aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en_GB.json3
-rw-r--r--locale/en_US.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json
index 57c0fa1..b0c6598 100644
--- a/locale/en_GB.json
+++ b/locale/en_GB.json
@@ -95,6 +95,9 @@
"preferences.requestToFollow.description": "Lets you approve other users before they are able to follow you",
"preferences.smallIndicators.name": "Reduced unread indicators",
"preferences.smallIndicators.description": "Hides the number of unread items and just shows a small dot instead",
+ "preferences.timezone.name": "Time zone",
+ "preferences.timezone.description": "Preferred time zone, which all dates and times are shown in",
+ "preferences.timezone.auto": "Set automatically",
"changePassword.heading": "Change password",
"changePassword.currentPassword": "Current password",
"changePassword.newPassword": "New password",
diff --git a/locale/en_US.json b/locale/en_US.json
new file mode 100644
index 0000000..0c1c01b
--- /dev/null
+++ b/locale/en_US.json
@@ -0,0 +1,3 @@
+{
+ "FALLBACK": "en_GB"
+}