Commit 14a8d94e authored by Robert Speicher's avatar Robert Speicher

Internationalize "Keep divergent refs" option

parent 115708d8
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
= render partial: 'projects/mirrors/authentication_method', locals: { f: rm_f } = render partial: 'projects/mirrors/authentication_method', locals: { f: rm_f }
.form-check.append-bottom-10 .form-check.append-bottom-10
= check_box_tag :keep_divergent_refs, '1', false, class: 'js-mirror-keep-divergent-refs form-check-input' = check_box_tag :keep_divergent_refs, '1', false, class: 'js-mirror-keep-divergent-refs form-check-input'
= label_tag :keep_divergent_refs, 'Keep divergent refs', class: 'form-check-label' = label_tag :keep_divergent_refs, _('Keep divergent refs'), class: 'form-check-label'
...@@ -12266,6 +12266,9 @@ msgstr "" ...@@ -12266,6 +12266,9 @@ msgstr ""
msgid "Just me" msgid "Just me"
msgstr "" msgstr ""
msgid "Keep divergent refs"
msgstr ""
msgid "Key" msgid "Key"
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