diff options
author | 黄涛 <htve@outlook.com> | 2017-06-30 09:58:47 +0800 |
---|---|---|
committer | 黄涛 <htve@outlook.com> | 2017-06-30 10:02:34 +0800 |
commit | bd1c596264db1b6c9d3aa46026ab6f2acbe33520 (patch) | |
tree | edc8976f409818686bc9f427ceb62f00becdbc53 /lib | |
parent | 6bbbc0ba80d98a5479cf1c962835487f73e00ef7 (diff) | |
download | gitlab-ce-bd1c596264db1b6c9d3aa46026ab6f2acbe33520.tar.gz |
add Italian translation to I18N
translated of Cycle Analytics Page
translated of Project Page
translated of Repository Page
add Changelog
Closes #34544
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/i18n.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb index db7cdf4b5c7..f3d489aad0d 100644 --- a/lib/gitlab/i18n.rb +++ b/lib/gitlab/i18n.rb @@ -12,7 +12,8 @@ module Gitlab 'zh_HK' => '繁體中文(香港)', 'zh_TW' => '繁體中文(臺灣)', 'bg' => 'български', - 'eo' => 'Esperanto' + 'eo' => 'Esperanto', + 'it' => 'Italiano' }.freeze def available_locales |