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
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-12 18:11:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-12 18:11:42 +0300
commit8b5595e9f1b9e46c97a69bfc0dc109658d5dbea2 (patch)
tree954cf271ad74006b6e903a2b02e4afcc1f4a6bc5 /lib
parentf133c66d64c00b2a763b10209856e45682ea817f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/i18n.rb24
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 02afdedb4be..d2f916fb02a 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -44,30 +44,30 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 0,
'cs_CZ' => 0,
- 'da_DK' => 28,
- 'de' => 95,
+ 'da_DK' => 27,
+ 'de' => 93,
'en' => 100,
'eo' => 0,
- 'es' => 28,
+ 'es' => 27,
'fil_PH' => 0,
- 'fr' => 99,
+ 'fr' => 97,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 1,
- 'ja' => 98,
- 'ko' => 23,
+ 'ja' => 94,
+ 'ko' => 22,
'nb_NO' => 20,
'nl_NL' => 0,
- 'pl_PL' => 3,
- 'pt_BR' => 60,
- 'ro_RO' => 74,
- 'ru' => 21,
+ 'pl_PL' => 2,
+ 'pt_BR' => 59,
+ 'ro_RO' => 72,
+ 'ru' => 20,
'si_LK' => 11,
'tr_TR' => 8,
'uk' => 51,
- 'zh_CN' => 99,
+ 'zh_CN' => 97,
'zh_HK' => 1,
- 'zh_TW' => 99
+ 'zh_TW' => 97
}.freeze
private_constant :TRANSLATION_LEVELS