Commit 772718c3 authored by Nathan Friend's avatar Nathan Friend

Remove translation from "in"

We don't currently have the ability to translate sentences that are
broken up by Vue components. In lieu of this, we simply don't translate
any words that can't be directly translated into all languages.

More context on this fix here:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23816#note_126442986
parent 2205f5ad
......@@ -45,7 +45,7 @@ export default {
/>
<span v-if="mergeRequest">
{{ __('in') }}
in
<gl-link :href="mergeRequest.path" class="js-link-commit link-commit"
>!{{ mergeRequest.iid }}</gl-link
>
......
title: Remove multilingual translation from the word "in" in the job details sidebar.
merge_request: 24192
author: Nathan Friend
type: changed
......@@ -7924,9 +7924,6 @@ msgstr ""
msgid "importing"
msgstr ""
msgid "in"
msgstr ""
msgid "issue boards"
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