diff options
author | Ruben Davila <rdavila84@gmail.com> | 2017-04-27 11:51:04 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-04-27 11:58:48 -0500 |
commit | 22ecf73e823f01e155b2db2cb072120f80b9d234 (patch) | |
tree | d68d6ef8c7e66d3f170e5b161038dbf8f8b3e6d1 /locale | |
parent | b3c80094e0db4d390522daef7a845ff2c5744bf3 (diff) | |
download | gitlab-ce-22ecf73e823f01e155b2db2cb072120f80b9d234.tar.gz |
Adjust regex used in order to parse inline content.
e.g: %h4 {{ __('foo') }}
Problem was it was being parsed as: %h4 = _('foo')
And the correct content should be: %h4= _('foo')
Diffstat (limited to 'locale')
-rw-r--r-- | locale/de/gitlab.po | 6 | ||||
-rw-r--r-- | locale/en/gitlab.po | 6 | ||||
-rw-r--r-- | locale/es/gitlab.po | 8 | ||||
-rw-r--r-- | locale/gitlab.pot | 6 |
4 files changed, 25 insertions, 1 deletions
diff --git a/locale/de/gitlab.po b/locale/de/gitlab.po index bbdd4e4a0be..108273898d0 100644 --- a/locale/de/gitlab.po +++ b/locale/de/gitlab.po @@ -136,6 +136,12 @@ msgstr "" msgid "Want to see the data? Please ask administrator for access." msgstr "" +msgid "We don't have enough data to show this stage." +msgstr "" + +msgid "You need permission." +msgstr "" + msgid "by" msgstr "" diff --git a/locale/en/gitlab.po b/locale/en/gitlab.po index 4942149dd1f..b33e941a4f3 100644 --- a/locale/en/gitlab.po +++ b/locale/en/gitlab.po @@ -136,6 +136,12 @@ msgstr "" msgid "Want to see the data? Please ask administrator for access." msgstr "" +msgid "We don't have enough data to show this stage." +msgstr "" + +msgid "You need permission." +msgstr "" + msgid "by" msgstr "" diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po index bad2b6b72a2..f3d77cffecd 100644 --- a/locale/es/gitlab.po +++ b/locale/es/gitlab.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gitlab 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2017-04-26 20:01-0500\n" +"PO-Revision-Date: 2017-04-27 11:45-0500\n" "Language-Team: Spanish\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -139,6 +139,12 @@ msgstr "Tiempo Total" msgid "Want to see the data? Please ask administrator for access." msgstr "¿Quieres ver los datos? Por favor pedir acceso al administrador." +msgid "We don't have enough data to show this stage." +msgstr "No hay suficientes datos para mostrar en esta etapa." + +msgid "You need permission." +msgstr "Necesitas permisos." + msgid "by" msgstr "por" diff --git a/locale/gitlab.pot b/locale/gitlab.pot index faac5f13aed..9d3be20e132 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -137,6 +137,12 @@ msgstr "" msgid "Want to see the data? Please ask administrator for access." msgstr "" +msgid "We don't have enough data to show this stage." +msgstr "" + +msgid "You need permission." +msgstr "" + msgid "by" msgstr "" |