Commit 3a4e2374 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Illya Klymov

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

parent f35bf8cb
......@@ -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
......@@ -25295,6 +25295,9 @@ msgstr[1] ""
msgid "ciReport|View full report"
msgstr ""
msgid "closed issue"
msgstr ""
msgid "comment"
msgstr ""
......@@ -25989,6 +25992,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