Commit 81cfd82a authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Martin Wortschack

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

parent 304f2ce2
...@@ -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
...@@ -20303,6 +20303,9 @@ msgstr "" ...@@ -20303,6 +20303,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