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-06-16 21:25:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-16 21:25:58 +0300
commita5f4bba440d7f9ea47046a0a561d49adf0a1e6d4 (patch)
treefb69158581673816a8cd895f9d352dcb3c678b1e /lib/gitlab/i18n.rb
parentd16b2e8639e99961de6ddc93909f3bb5c1445ba1 (diff)
Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42
Diffstat (limited to 'lib/gitlab/i18n.rb')
-rw-r--r--lib/gitlab/i18n.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 023dbd1c601..30e72b58e21 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -40,24 +40,24 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 1,
'cs_CZ' => 1,
- 'de' => 19,
+ 'de' => 18,
'en' => 100,
'eo' => 1,
- 'es' => 41,
+ 'es' => 40,
'fil_PH' => 1,
- 'fr' => 14,
+ 'fr' => 13,
'gl_ES' => 1,
'id_ID' => 0,
'it' => 2,
- 'ja' => 45,
- 'ko' => 14,
+ 'ja' => 44,
+ 'ko' => 13,
'nl_NL' => 1,
- 'pl_PL' => 1,
- 'pt_BR' => 22,
- 'ru' => 32,
+ 'pl_PL' => 3,
+ 'pt_BR' => 21,
+ 'ru' => 30,
'tr_TR' => 17,
- 'uk' => 43,
- 'zh_CN' => 72,
+ 'uk' => 42,
+ 'zh_CN' => 69,
'zh_HK' => 3,
'zh_TW' => 4
}.freeze