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
b255e67c
Commit
b255e67c
authored
May 25, 2021
by
Haris Delalić
Committed by
Nick Gaskill
May 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add detailed steps on how to manually update the translation levels
parent
abff3eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/development/i18n/merging_translations.md
doc/development/i18n/merging_translations.md
+6
-0
No files found.
doc/development/i18n/merging_translations.md
View file @
b255e67c
...
...
@@ -82,3 +82,9 @@ There's no automated way to pull the translation levels from CrowdIn, to display
this information in the language selection dropdown. Therefore, the translation
levels are hard-coded in the
`TRANSLATION_LEVELS`
constant in
[
`i18n.rb`
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/i18n.rb
)
,
and must be regularly updated.
To update the translation levels:
1.
Get the translation levels (percentage of approved words) from
[
Crowdin
](
https://crowdin.com/project/gitlab-ee/settings#translations
)
.
1.
Update the hard-coded translation levels in
[
`i18n.rb`
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/i18n.rb#L40
)
.
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