Commit 09313567 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Illya Klymov

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

parent 2cdae929
.gitlab-promo
= link_to 'Homepage', promo_url
= link_to 'Blog', promo_url + '/blog/'
= link_to _('Homepage'), promo_url
= link_to _('Blog'), promo_url + '/blog/'
= 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
......@@ -11251,6 +11251,9 @@ msgstr ""
msgid "History of authentications"
msgstr ""
msgid "Homepage"
msgstr ""
msgid "Hook execution failed. Ensure the group has a project with commits."
msgstr ""
......@@ -18158,6 +18161,9 @@ msgstr ""
msgid "Requested states are invalid"
msgstr ""
msgid "Requests"
msgstr ""
msgid "Requests Profiles"
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