Commit d24f49cf authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Kushal Pandya

Externalize i18n strings from ./app/views/shared/_ref_dropdown.html.haml

parent 57eda517
- dropdown_class = local_assigns.fetch(:dropdown_class, '')
.dropdown-menu.dropdown-menu-selectable.git-revision-dropdown{ class: dropdown_class }
= dropdown_title "Select Git revision"
= dropdown_filter "Filter by Git revision"
= dropdown_title _('Select Git revision')
= dropdown_filter _('Filter by Git revision')
= dropdown_content
= dropdown_loading
---
title: Externalize i18n strings from ./app/views/shared/_ref_dropdown.html.haml
merge_request: 32102
author: Gilang Gumilar
type: changed
......@@ -9464,6 +9464,9 @@ msgstr ""
msgid "Filter by %{page_context_word} that are currently opened."
msgstr ""
msgid "Filter by Git revision"
msgstr ""
msgid "Filter by commit message"
msgstr ""
......@@ -18957,6 +18960,9 @@ msgstr ""
msgid "Select Archive Format"
msgstr ""
msgid "Select Git revision"
msgstr ""
msgid "Select GitLab project to link with your Slack team"
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