diff options
author | haghighi_ahmad <haghighi.ahmad@gmail.com> | 2019-02-24 09:12:22 +0330 |
---|---|---|
committer | haghighi_ahmad <haghighi.ahmad@gmail.com> | 2019-03-04 07:52:15 +0330 |
commit | cf4bbd4fe18222234e21c9bc4a12ea195a4bd11d (patch) | |
tree | 81d5a4a79efc4711d03251f9445b0fcf7b5e32c8 /locale | |
parent | 7f3a103006d941cac14fec37ab6159de7055fde7 (diff) | |
download | gitlab-ce-cf4bbd4fe18222234e21c9bc4a12ea195a4bd11d.tar.gz |
Add Saturday to first day of the week
fix #58023
docs for adding Saturday for first day of the week
add related settings for Saturday as first day of the week
firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names
make some variables lowercase (follow camelCase)
add CHANGELOG entry
Author: haghighi_ahmad <haghighi.ahmad@gmail.com>
modified: app/assets/javascripts/pages/users/activity_calendar.js
modified: app/helpers/preferences_helper.rb
new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml
modified: doc/api/settings.md
modified: doc/user/profile/preferences.md
modified: locale/gitlab.pot
modified: spec/helpers/preferences_helper_spec.rb
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index cb599e4744c..861a90ae64e 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -6464,6 +6464,9 @@ msgstr "" msgid "SSL Verification" msgstr "" +msgid "Saturday" +msgstr "" + msgid "Save" msgstr "" |