Commit f9211fe6 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'Externalize-strings-in-viewers/_license.html.haml' into 'master'

Externalize strings in viewers/_license.html.haml

See merge request gitlab-org/gitlab!58452
parents dad4d6d5 7e3dfa6b
- license = viewer.license
= sprite_icon('scale')
This project is licensed under the
= succeed '.' do
%strong= license.name
= _("This project is licensed under the %{strong_start}%{license_name}%{strong_end}.").html_safe % { license_name: license.name, strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe }
= link_to 'Learn more', license.url, target: '_blank', rel: 'noopener noreferrer'
= link_to _('Learn more'), license.url, target: '_blank', rel: 'noopener noreferrer'
---
title: Externalize strings in viewers/_license.html.haml
merge_request: 58452
author: nuwe1
type: other
......@@ -32466,6 +32466,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
msgstr ""
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
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