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>2022-07-15 12:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-15 12:10:09 +0300
commit9bd7e5997e1452257e3861555c151764cf0574d7 (patch)
treea5c429831f37884520e0dfbacfc89bb616dc5577 /lib/gitlab/i18n.rb
parent4b41b57abf3ad9c2e0e81b3804cb01af6f879349 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/i18n.rb')
-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 8d9f86d3232..269d8bd3bad 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -43,29 +43,29 @@ module Gitlab
TRANSLATION_LEVELS = {
'bg' => 0,
'cs_CZ' => 0,
- 'da_DK' => 41,
- 'de' => 14,
+ 'da_DK' => 40,
+ 'de' => 15,
'en' => 100,
'eo' => 0,
- 'es' => 36,
+ 'es' => 37,
'fil_PH' => 0,
- 'fr' => 10,
+ 'fr' => 11,
'gl_ES' => 0,
'id_ID' => 0,
'it' => 1,
'ja' => 33,
- 'ko' => 12,
- 'nb_NO' => 27,
+ 'ko' => 11,
+ 'nb_NO' => 26,
'nl_NL' => 0,
'pl_PL' => 4,
- 'pt_BR' => 54,
- 'ro_RO' => 79,
- 'ru' => 29,
+ 'pt_BR' => 55,
+ 'ro_RO' => 100,
+ 'ru' => 28,
'tr_TR' => 12,
- 'uk' => 44,
- 'zh_CN' => 94,
+ 'uk' => 49,
+ 'zh_CN' => 99,
'zh_HK' => 2,
- 'zh_TW' => 2
+ 'zh_TW' => 4
}.freeze
private_constant :TRANSLATION_LEVELS