From 22ecf73e823f01e155b2db2cb072120f80b9d234 Mon Sep 17 00:00:00 2001 From: Ruben Davila Date: Thu, 27 Apr 2017 11:51:04 -0500 Subject: 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') --- locale/de/gitlab.po | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'locale/de') 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 "" -- cgit v1.2.1