Commit 04e63106 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

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

Externalize strings in viewers/_download.html.haml

See merge request gitlab-org/gitlab!58450
parents 2259e0cb 95201fe4
......@@ -4,4 +4,4 @@
%h1.light
= sprite_icon('download')
%h4
Download (#{number_to_human_size(viewer.blob.raw_size)})
= _('Download (%{size})').html_safe % { size: number_to_human_size(viewer.blob.raw_size) }
---
title: Externalize strings in viewers/_download.html.haml
merge_request: 58450
author: nuwe1
type: other
......@@ -11498,6 +11498,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
msgid "Download (%{size})"
msgstr ""
msgid "Download CSV"
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