diff options
author | Ezekiel Kigbo <ekigbo@gitlab.com> | 2019-07-24 17:39:18 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-07-24 17:39:18 +0000 |
commit | 78d57823cabc6ad7844439373a4bed253cfd1f6f (patch) | |
tree | 13cb0f71e2aadb74016b99fdb690f463eb392889 /locale | |
parent | 945eb2aeeebf1e4f6e235716ebd50b3f128f0ef9 (diff) | |
download | gitlab-ce-78d57823cabc6ad7844439373a4bed253cfd1f6f.tar.gz |
Removed pluralize function
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 97defd42742..9607be988be 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -95,11 +95,21 @@ msgid_plural "%d metrics" msgstr[0] "" msgstr[1] "" +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + msgid "%d more comment" msgid_plural "%d more comments" msgstr[0] "" msgstr[1] "" +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "" +msgstr[1] "" + msgid "%d staged change" msgid_plural "%d staged changes" msgstr[0] "" |