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-10-20 11:43:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-20 11:43:02 +0300
commitd9ab72d6080f594d0b3cae15f14b3ef2c6c638cb (patch)
tree2341ef426af70ad1e289c38036737e04b0aa5007 /lib/gitlab/i18n.rb
parentd6e514dd13db8947884cd58fe2a9c2a063400a9b (diff)
Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42
Diffstat (limited to 'lib/gitlab/i18n.rb')
-rw-r--r--lib/gitlab/i18n.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 33f2916345e..b090d05de19 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -43,27 +43,27 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 0,
'cs_CZ' => 0,
- 'da_DK' => 25,
+ 'da_DK' => 52,
'de' => 16,
'en' => 100,
'eo' => 0,
- 'es' => 42,
+ 'es' => 41,
'fil_PH' => 0,
'fr' => 11,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 2,
- 'ja' => 38,
- 'ko' => 12,
- 'nb_NO' => 26,
+ 'ja' => 37,
+ 'ko' => 11,
+ 'nb_NO' => 35,
'nl_NL' => 0,
- 'pl_PL' => 6,
+ 'pl_PL' => 5,
'pt_BR' => 45,
- 'ro_RO' => 21,
- 'ru' => 28,
+ 'ro_RO' => 24,
+ 'ru' => 27,
'tr_TR' => 16,
'uk' => 40,
- 'zh_CN' => 94,
+ 'zh_CN' => 95,
'zh_HK' => 2,
'zh_TW' => 3
}.freeze