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/en | |
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/en')
-rw-r--r-- | locale/en/gitlab.po | 6 |
1 files changed, 6 insertions, 0 deletions
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 "" |