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-09 21:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 21:08:33 +0300
commite440e09fe47e84c45f9ed9acc3ec1213846e8be4 (patch)
tree5ad7c327c3a6edb620ed49f0762ea958db40fdfb /lib/gitlab/i18n.rb
parent9c39a0a9b81f06f6345a6b6e071b8e8cd249c064 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/i18n.rb')
-rw-r--r--lib/gitlab/i18n.rb26
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 7ebbe9f1c14..07cf0442a7b 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -38,26 +38,26 @@ module Gitlab
# Currently monthly updated manually by ~group::import PM.
# https://gitlab.com/gitlab-org/gitlab/-/issues/18923
TRANSLATION_LEVELS = {
- 'bg' => 1,
- 'cs_CZ' => 1,
- 'de' => 17,
+ 'bg' => 0,
+ 'cs_CZ' => 0,
+ 'de' => 16,
'en' => 100,
- 'eo' => 1,
- 'es' => 38,
- 'fil_PH' => 1,
+ 'eo' => 0,
+ 'es' => 36,
+ 'fil_PH' => 0,
'fr' => 12,
- 'gl_ES' => 1,
+ 'gl_ES' => 0,
'id_ID' => 0,
'it' => 2,
- 'ja' => 42,
- 'ko' => 13,
- 'nl_NL' => 1,
+ 'ja' => 40,
+ 'ko' => 12,
+ 'nl_NL' => 0,
'pl_PL' => 5,
- 'pt_BR' => 21,
- 'ru' => 29,
+ 'pt_BR' => 30,
+ 'ru' => 28,
'tr_TR' => 16,
'uk' => 41,
- 'zh_CN' => 67,
+ 'zh_CN' => 68,
'zh_HK' => 2,
'zh_TW' => 3
}.freeze