Commit 05329dd2 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

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

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

See merge request gitlab-org/gitlab!32148
parents f5e28194 81cfd82a
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
%table.table %table.table
%thead %thead
%tr %tr
%th Project %th= _('Project')
%th Open issues %th= _('Open issues')
%th State %th= _('State')
%th Due date %th= _('Due date')
%tr %tr
%td %td
- project_name = group ? milestone.project.name : milestone.project.full_name - project_name = group ? milestone.project.name : milestone.project.full_name
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
= milestone.milestone.issues_visible_to_user(current_user).opened.count = milestone.milestone.issues_visible_to_user(current_user).opened.count
%td %td
- if milestone.closed? - if milestone.closed?
Closed = _('Closed')
- else - else
Open = _('Open')
%td %td
= milestone.expires_at = milestone.expires_at
---
title: Externalize i18n strings from ./app/views/shared/milestones/_top.html.haml
merge_request: 32148
author: Gilang Gumilar
type: changed
...@@ -20318,6 +20318,9 @@ msgstr "" ...@@ -20318,6 +20318,9 @@ msgstr ""
msgid "Starts at (UTC)" msgid "Starts at (UTC)"
msgstr "" msgstr ""
msgid "State"
msgstr ""
msgid "State your message to activate" msgid "State your message to activate"
msgstr "" 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