Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
653163be
Commit
653163be
authored
Feb 03, 2021
by
Thomas Randolph
Committed by
Natalia Tepluhina
Feb 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to correct localization function that strips namespaces
parent
6e4cf6fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/diffs/i18n.js
app/assets/javascripts/diffs/i18n.js
+3
-3
changelogs/unreleased/tor-defect-untranslated-strings.yml
changelogs/unreleased/tor-defect-untranslated-strings.yml
+5
-0
No files found.
app/assets/javascripts/diffs/i18n.js
View file @
653163be
import
{
__
}
from
'
~/locale
'
;
import
{
__
,
s__
}
from
'
~/locale
'
;
export
const
GENERIC_ERROR
=
__
(
'
Something went wrong on our end. Please try again!
'
);
...
...
@@ -9,8 +9,8 @@ export const DIFF_FILE_HEADER = {
};
export
const
DIFF_FILE
=
{
tooLarge
:
__
(
'
MRDiffFile|Changes are too large to be shown.
'
),
blobView
:
__
(
'
MRDiffFile|View file @ %{commitSha}
'
),
tooLarge
:
s
__
(
'
MRDiffFile|Changes are too large to be shown.
'
),
blobView
:
s
__
(
'
MRDiffFile|View file @ %{commitSha}
'
),
editInFork
:
__
(
"
You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request.
"
,
),
...
...
changelogs/unreleased/tor-defect-untranslated-strings.yml
0 → 100644
View file @
653163be
---
title
:
Switch to correct localization function that strips namespaces
merge_request
:
53244
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment