Commit 95201fe4 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Nicolò Maria Mezzopera

Externalize strings in viewers/_download.html.haml

parent d9804f75
......@@ -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