Commit 7689c3ec authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-translation-namespaces' into 'master'

Fixed missing namespaces on navigation translations

See merge request gitlab-org/gitlab-ce!14472
parents afb1e004 cfea8f79
......@@ -79,6 +79,6 @@ module BoardsHelper
end
def boards_link_text
_("Board")
s_("IssueBoards|Board")
end
end
......@@ -3,7 +3,7 @@
= render "projects/jobs/header", show_controls: false
- add_to_breadcrumbs(_('Jobs'), project_jobs_path(@project))
- add_to_breadcrumbs(s_('CICD|Jobs'), project_jobs_path(@project))
- add_to_breadcrumbs("##{@build.id}", project_jobs_path(@project))
.tree-holder
......
......@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-27 11:10+0100\n"
"PO-Revision-Date: 2017-09-27 11:10+0100\n"
"POT-Creation-Date: 2017-09-27 15:43+0100\n"
"PO-Revision-Date: 2017-09-27 15:43+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
......@@ -158,9 +158,6 @@ msgstr ""
msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
msgstr ""
msgid "Board"
msgstr ""
msgid "Branch"
msgid_plural "Branches"
msgstr[0] ""
......@@ -274,6 +271,9 @@ msgstr ""
msgid "CI configuration"
msgstr ""
msgid "CICD|Jobs"
msgstr ""
msgid "Cancel"
msgstr ""
......@@ -691,10 +691,10 @@ msgstr ""
msgid "Issue events"
msgstr ""
msgid "Issues"
msgid "IssueBoards|Board"
msgstr ""
msgid "Jobs"
msgid "Issues"
msgstr ""
msgid "LFSStatus|Disabled"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment