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 ...@@ -79,6 +79,6 @@ module BoardsHelper
end end
def boards_link_text def boards_link_text
_("Board") s_("IssueBoards|Board")
end end
end end
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
= render "projects/jobs/header", show_controls: false = 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)) - add_to_breadcrumbs("##{@build.id}", project_jobs_path(@project))
.tree-holder .tree-holder
......
...@@ -8,8 +8,8 @@ msgid "" ...@@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gitlab 1.0.0\n" "Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-27 11:10+0100\n" "POT-Creation-Date: 2017-09-27 15:43+0100\n"
"PO-Revision-Date: 2017-09-27 11:10+0100\n" "PO-Revision-Date: 2017-09-27 15:43+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n" "Language: \n"
...@@ -158,9 +158,6 @@ msgstr "" ...@@ -158,9 +158,6 @@ msgstr ""
msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
msgstr "" msgstr ""
msgid "Board"
msgstr ""
msgid "Branch" msgid "Branch"
msgid_plural "Branches" msgid_plural "Branches"
msgstr[0] "" msgstr[0] ""
...@@ -274,6 +271,9 @@ msgstr "" ...@@ -274,6 +271,9 @@ msgstr ""
msgid "CI configuration" msgid "CI configuration"
msgstr "" msgstr ""
msgid "CICD|Jobs"
msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
...@@ -691,10 +691,10 @@ msgstr "" ...@@ -691,10 +691,10 @@ msgstr ""
msgid "Issue events" msgid "Issue events"
msgstr "" msgstr ""
msgid "Issues" msgid "IssueBoards|Board"
msgstr "" msgstr ""
msgid "Jobs" msgid "Issues"
msgstr "" msgstr ""
msgid "LFSStatus|Disabled" 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