diff --git a/scripts/langindex.json b/scripts/langindex.json index 592bd7800..ff29240d8 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -2452,6 +2452,7 @@ "core.thisdirection": "langconfig", "core.time": "moodle", "core.timesup": "quiz", + "core.timezone": "moodle", "core.today": "moodle", "core.toggledelete": "local_moodlemobileapp", "core.tryagain": "local_moodlemobileapp", diff --git a/src/core/features/user/pages/about/about.html b/src/core/features/user/pages/about/about.html index bf0f04d81..5d75eb50a 100644 --- a/src/core/features/user/pages/about/about.html +++ b/src/core/features/user/pages/about/about.html @@ -79,6 +79,12 @@

{{ user.country }}

+ + +

{{ 'core.timezone' | translate}}

+

{{ user.timezone }}

+
+
diff --git a/src/core/lang.json b/src/core/lang.json index 278dae7e1..6893a59e6 100644 --- a/src/core/lang.json +++ b/src/core/lang.json @@ -324,6 +324,7 @@ "thisdirection": "ltr", "time": "Time", "timesup": "Time is up!", + "timezone": "Timezone", "today": "Today", "toggledelete": "Toggle delete buttons", "tryagain": "Try again",