aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorwinter2025-02-07 18:26:05 +0000
committerwinter2025-02-07 18:26:05 +0000
commitd18ec187847893f94418b29bc6a087d6b2dd9a2d (patch)
tree8ea4451cb1f62f8041eae71ca60ec2b64fafe8b2 /locale
parent43f0b9f41a582925838b2ba686110b2f07576be3 (diff)
localise note timestamps and stuff
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"
+}