Commit 2e7e0fe4 authored by Illya Klymov's avatar Illya Klymov

Merge branch...

Merge branch '22691-externalize-i18n-strings-from-./app/views/shared/milestones/_labels_tab.html.haml' into 'master'

Externalize i18n strings from ./app/views/shared/milestones/_labels_tab.html.haml

See merge request gitlab-org/gitlab!32159
parents c05dd2c1 3a4e2374
......@@ -9,6 +9,6 @@
.float-right.d-none.d-lg-block.d-xl-block
= link_to milestones_issues_path(options.merge(state: 'opened')), class: 'btn btn-transparent btn-action' do
- pluralize milestone_issues_by_label_count(@milestone, label, state: :opened), 'open issue'
- pluralize milestone_issues_by_label_count(@milestone, label, state: :opened), _('open issue')
= link_to milestones_issues_path(options.merge(state: 'closed')), class: 'btn btn-transparent btn-action' do
- pluralize milestone_issues_by_label_count(@milestone, label, state: :closed), 'closed issue'
- pluralize milestone_issues_by_label_count(@milestone, label, state: :closed), _('closed issue')
---
title: Externalize i18n strings from ./app/views/shared/milestones/_labels_tab.html.haml
merge_request: 32159
author: Gilang Gumilar
type: changed
......@@ -25556,6 +25556,9 @@ msgstr[1] ""
msgid "ciReport|View full report"
msgstr ""
msgid "closed issue"
msgstr ""
msgid "comment"
msgstr ""
......@@ -26271,6 +26274,9 @@ msgstr ""
msgid "on track"
msgstr ""
msgid "open issue"
msgstr ""
msgid "opened %{timeAgoString} by %{user}"
msgstr ""
......
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