Commit 9a8d6e23 authored by Nathan Friend's avatar Nathan Friend

Merge branch...

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

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

See merge request gitlab-org/gitlab!32139
parents c5fd6b65 464dcd69
......@@ -14,12 +14,11 @@
id: "commit_message-#{nonce}"
- if local_assigns[:hint]
%p.hint
Try to keep the first line under 52 characters
and the others under 72.
= _('Try to keep the first line under 52 characters and the others under 72.')
- if descriptions.present?
.hint.js-with-description-hint
= link_to "#", class: "js-with-description-link" do
Include description in commit message
= _('Include description in commit message')
.hint.js-without-description-hint.hide
= link_to "#", class: "js-without-description-link" do
Don't include description in commit message
= _("Don't include description in commit message")
---
title: Externalize i18n strings from ./app/views/shared/_commit_message_container.html.haml
merge_request: 32139
author: Gilang Gumilar
type: changed
......@@ -7643,6 +7643,9 @@ msgstr ""
msgid "Don't have an account yet?"
msgstr ""
msgid "Don't include description in commit message"
msgstr ""
msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
msgstr ""
......@@ -11538,6 +11541,9 @@ msgstr ""
msgid "Include author name in notification email body"
msgstr ""
msgid "Include description in commit message"
msgstr ""
msgid "Include merge request description"
msgstr ""
......@@ -22752,6 +22758,9 @@ msgstr ""
msgid "Try to fork again"
msgstr ""
msgid "Try to keep the first line under 52 characters and the others under 72."
msgstr ""
msgid "Try using a different search term to find the file you are looking for."
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