From c22a1b351dbe4a14eae87d97165a8833676651cb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 18 May 2024 19:57:10 +0000 Subject: [PATCH] fix languages 4 --- .../Components/Localization/l11n-view.tpl.php | 128 +++++++++--------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/Theme/Backend/Components/Localization/l11n-view.tpl.php b/Theme/Backend/Components/Localization/l11n-view.tpl.php index cbc1d83..06e6a5a 100644 --- a/Theme/Backend/Components/Localization/l11n-view.tpl.php +++ b/Theme/Backend/Components/Localization/l11n-view.tpl.php @@ -34,24 +34,24 @@ $temperatures = TemperatureType::getConstants();
-
getHtml('Localization'); ?>
+
getHtml('Localization', 'Admin', 'Backend'); ?>
- +
-
+
- + $language) : $code = \strtolower(\substr($code, 1)); ?>
- +
-

getHtml('Timeformat'); ?>

+

getHtml('Timeformat', 'Admin', 'Backend'); ?>

- +
- +
- +
- +
- +
@@ -132,10 +132,10 @@ $temperatures = TemperatureType::getConstants();
-
getHtml('Numeric'); ?>
+
getHtml('Numeric', 'Admin', 'Backend'); ?>
- + -
-

getHtml('Numberformat'); ?>

+

getHtml('Numberformat', 'Admin', 'Backend'); ?>