raumsuche phrasen change & fix; fhcapi -> api; lvMenu try to use phrasenkey for responsiveness instead of the already looked up phrase; tried investigating news carousel bug, not sure if bug or feature - at least declared non changing variables as const;

This commit is contained in:
Johann Hoffmann
2025-09-08 17:28:09 +02:00
parent d015b208fc
commit eee9d6b691
6 changed files with 98 additions and 31 deletions
+43 -3
View File
@@ -20707,18 +20707,18 @@ array(
array(
'app' => 'core',
'category' => 'rauminfo',
'phrase' => 'anzahlPersonen',
'phrase' => 'minCapacity',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Anzahl Person",
'text' => "Mindestpersonenkapazität",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Number of People",
'text' => "Minimum person capacity",
'description' => '',
'insertvon' => 'system'
)
@@ -20744,6 +20744,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'rauminfo',
'phrase' => 'personcap',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Personen Kapazität",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Person Capacity",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'rauminfo',
'phrase' => 'raumnummer',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Raumnummer",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Room Number",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'rauminfo',