diff options
author | Huang Tao <htve@outlook.com> | 2017-06-06 04:59:55 +0000 |
---|---|---|
committer | Huang Tao <htve@outlook.com> | 2017-06-06 04:59:55 +0000 |
commit | 5b8bc13c8fb613caa75e1bb87b930e14f997b966 (patch) | |
tree | 2ed6ad1cdefd8d23c3994b0ad20bf2cb21a4eb7a | |
parent | 417a24de988e06177ccedf2b3367bf71c72a920b (diff) | |
download | gitlab-ce-5b8bc13c8fb613caa75e1bb87b930e14f997b966.tar.gz |
Update i18n.rb style
-rw-r--r-- | lib/gitlab/i18n.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb index 6a8f9418df3..541235cf911 100644 --- a/lib/gitlab/i18n.rb +++ b/lib/gitlab/i18n.rb @@ -6,7 +6,7 @@ module Gitlab 'en' => 'English', 'es' => 'Español', 'de' => 'Deutsch', - 'pt_BR' => 'Português(Brasil)', + 'pt_BR' => 'Português(Brasil)', 'zh_CN' => '简体中文', 'zh_HK' => '繁體中文(香港)', 'zh_TW' => '繁體中文(臺灣)' |