summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Tao <htve@outlook.com>2017-06-06 04:59:55 +0000
committer黄涛 <htve@outlook.com>2017-06-07 09:51:57 +0800
commitda474692f6e3b7ff8612ab6f2078db7eb910cf5c (patch)
tree9339d747901eb4206e5ffaa14766cf0f252ab5c5
parent4d5c7912b173f82f76e7e71b8a40108e3000974f (diff)
downloadgitlab-ce-da474692f6e3b7ff8612ab6f2078db7eb910cf5c.tar.gz
Update i18n.rb style
-rw-r--r--lib/gitlab/i18n.rb2
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' => '繁體中文(臺灣)'