Commit 250d7bb2 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Phil Hughes

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

parent b9471e57
......@@ -25,5 +25,5 @@
%span.assignee-icon
- assignees.each do |assignee|
= link_to polymorphic_path(issuable_type_args, { milestone_title: @milestone.title, assignee_id: assignee.id, state: 'all' }),
class: 'has-tooltip', title: "Assigned to #{assignee.name}", data: { container: 'body' } do
class: 'has-tooltip', title: _("Assigned to %{assignee_name}") % { assignee_name: assignee.name }, data: { container: 'body' } do
- image_tag(avatar_icon_for_user(assignee, 16), class: "avatar s16", alt: '')
---
title: Externalize i18n strings from ./app/views/shared/milestones/_issuable.html.haml
merge_request: 32161
author: Gilang Gumilar
type: changed
......@@ -2764,6 +2764,9 @@ msgstr ""
msgid "Assigned Merge Requests"
msgstr ""
msgid "Assigned to %{assignee_name}"
msgstr ""
msgid "Assigned to me"
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