summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-04-22 14:44:08 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-04-22 19:16:05 +0200
commit8e14459cff4da1391f536dfbc6441abb21e9c215 (patch)
treec25c0eeb010635a9771754a067ab9c0f0d1c8997 /i18n
parent3ac5dba243a9896adc5db6fdc586c8b1768f2df9 (diff)
downloadwekan-8e14459cff4da1391f536dfbc6441abb21e9c215.tar.gz
wekan-8e14459cff4da1391f536dfbc6441abb21e9c215.tar.bz2
wekan-8e14459cff4da1391f536dfbc6441abb21e9c215.zip
Implement option to change the first day of week in user settings
Implements #2535.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 18a0680b..864d60ce 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -777,5 +777,13 @@
"mark-all-as-read": "Mark all as read",
"remove-all-read": "Remove all read",
"allow-rename": "Allow Rename",
- "allowRenamePopup-title": "Allow Rename"
+ "allowRenamePopup-title": "Allow Rename",
+ "start-day-of-week": "Set day of the week start",
+ "monday": "Monday",
+ "tuesday": "Tuesday",
+ "wednesday": "Wednesday",
+ "thursday": "Thursday",
+ "friday": "Friday",
+ "saturday": "Saturday",
+ "sunday": "Sunday"
}