diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-06-05 11:28:31 +0200 |
---|---|---|
committer | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-06-05 13:56:33 +0200 |
commit | 12b6a1d52cda50d6c1e3be16e70e99deb3633ce5 (patch) | |
tree | a1c84a0fbf1a1fdef13a8133b656b5b80f2356d0 /locale | |
parent | 31c32db2a97aab809e5b655889fb6b7b8b968060 (diff) | |
download | gitlab-ce-12b6a1d52cda50d6c1e3be16e70e99deb3633ce5.tar.gz |
I18N datetime utility filejs-i18n-datetime
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
This commit only targets Vanilla JS files.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
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 294c938d87d..21c65aeb0e9 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -5384,6 +5384,9 @@ msgstr "" msgid "Invalid Login or password" msgstr "" +msgid "Invalid date" +msgstr "" + msgid "Invalid feature" msgstr "" |