diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-15 15:47:28 +0200 |
---|---|---|
committer | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-15 17:57:25 +0200 |
commit | 965100a31065d8a9f097e568674f7e22f680e6ff (patch) | |
tree | aa6459a89d2d71f3a80a90b4a939a3378bd5a1c3 /locale | |
parent | 2d612aaa43636f8b623695967d8be7a085b03e90 (diff) | |
download | gitlab-ce-965100a31065d8a9f097e568674f7e22f680e6ff.tar.gz |
Add missing sprintf and remove bad i18njs-i18n-n
An instance of i18n which required sprintf was not handled correctly
and has been fixed in this commit.
Further to this, i18n was applied to
app/assets/javascripts/new_branch_form.js
but needed to be removed as the i18n was too vague.
A note has been made to follow up on this file.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 1e7e1fe362c..f13c3023bab 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -1462,27 +1462,6 @@ msgstr "" msgid "BranchSwitcherTitle|Switch branch" msgstr "" -msgid "BranchValidation|can't be" -msgstr "" - -msgid "BranchValidation|can't contain" -msgstr "" - -msgid "BranchValidation|can't end in" -msgstr "" - -msgid "BranchValidation|can't start with" -msgstr "" - -msgid "BranchValidation|consecutive slashes" -msgstr "" - -msgid "BranchValidation|or" -msgstr "" - -msgid "BranchValidation|spaces" -msgstr "" - msgid "Branches" msgstr "" |