Commit 1e87c00a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '22691-externelize-i18n-strings-from-./app/views/shared/_ref_dropdown.html.haml' into 'master'

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

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