Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-11 15:10:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-11 15:10:59 +0300
commit4d68d8b937211e5cdcf58443ddf693f0f1d13794 (patch)
tree8f849136bb2bc35efab022a3d62cc48a7a119be7 /lib/gitlab/i18n.rb
parent564919dfc6c6b352163d4c6dc01827a5f12ffc88 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/i18n.rb')
-rw-r--r--lib/gitlab/i18n.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 07cf0442a7b..5f1b9873fee 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -39,7 +39,7 @@ module Gitlab
# https://gitlab.com/gitlab-org/gitlab/-/issues/18923
TRANSLATION_LEVELS = {
'bg' => 0,
- 'cs_CZ' => 0,
+ 'cs_CZ' => 1,
'de' => 16,
'en' => 100,
'eo' => 0,
@@ -49,15 +49,15 @@ module Gitlab
'gl_ES' => 0,
'id_ID' => 0,
'it' => 2,
- 'ja' => 40,
+ 'ja' => 39,
'ko' => 12,
'nl_NL' => 0,
- 'pl_PL' => 5,
- 'pt_BR' => 30,
+ 'pl_PL' => 6,
+ 'pt_BR' => 36,
'ru' => 28,
'tr_TR' => 16,
- 'uk' => 41,
- 'zh_CN' => 68,
+ 'uk' => 40,
+ 'zh_CN' => 74,
'zh_HK' => 2,
'zh_TW' => 3
}.freeze