Commit 40ddc92c authored by Illya Klymov's avatar Illya Klymov

Merge branch...

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

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

See merge request gitlab-org/gitlab!32109
parents 8090b2b4 09313567
.gitlab-promo .gitlab-promo
= link_to 'Homepage', promo_url = link_to _('Homepage'), promo_url
= link_to 'Blog', promo_url + '/blog/' = link_to _('Blog'), promo_url + '/blog/'
= link_to '@gitlab', 'https://twitter.com/gitlab' = link_to '@gitlab', 'https://twitter.com/gitlab'
= link_to 'Requests', 'https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CONTRIBUTING.md#feature-proposals' = link_to _('Requests'), 'https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CONTRIBUTING.md#feature-proposals'
---
title: Externalize i18n strings from ./app/views/shared/_promo.html.haml
merge_request: 32109
author: Gilang Gumilar
type: changed
...@@ -11263,6 +11263,9 @@ msgstr "" ...@@ -11263,6 +11263,9 @@ msgstr ""
msgid "History of authentications" msgid "History of authentications"
msgstr "" msgstr ""
msgid "Homepage"
msgstr ""
msgid "Hook execution failed. Ensure the group has a project with commits." msgid "Hook execution failed. Ensure the group has a project with commits."
msgstr "" msgstr ""
...@@ -18170,6 +18173,9 @@ msgstr "" ...@@ -18170,6 +18173,9 @@ msgstr ""
msgid "Requested states are invalid" msgid "Requested states are invalid"
msgstr "" msgstr ""
msgid "Requests"
msgstr ""
msgid "Requests Profiles" msgid "Requests Profiles"
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