From 6eb9259cf24c8845207b53e895909a3e560527b2 Mon Sep 17 00:00:00 2001 From: Ezekiel Kigbo Date: Thu, 27 Jun 2019 16:51:22 +1000 Subject: Externalize links in text Moves text with links that require externalization into functions to fix broken spec/javascripts/notes/components/comment_form_spec specs. Remove unecessary escaping Fix ununsed import --- .../javascripts/notes/components/note_form.vue | 30 ++++++++++++++-------- .../notes/components/note_signed_out_widget.vue | 23 ++++++++++++----- locale/gitlab.pot | 6 +++++ 3 files changed, 41 insertions(+), 18 deletions(-) diff --git a/app/assets/javascripts/notes/components/note_form.vue b/app/assets/javascripts/notes/components/note_form.vue index f3499cc652a..3823861c0b9 100644 --- a/app/assets/javascripts/notes/components/note_form.vue +++ b/app/assets/javascripts/notes/components/note_form.vue @@ -1,14 +1,14 @@ diff --git a/locale/gitlab.pot b/locale/gitlab.pot index bfdfa1891b1..a48d0a24f7b 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -7553,6 +7553,9 @@ msgstr "" msgid "Please %{link_to_register} or %{link_to_sign_in} to comment" msgstr "" +msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply" +msgstr "" + msgid "Please accept the Terms of Service before continuing." msgstr "" @@ -10651,6 +10654,9 @@ msgstr "" msgid "This branch has changed since you started editing. Would you like to create a new branch?" msgstr "" +msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost." +msgstr "" + msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request." msgstr "" -- cgit v1.2.1