summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-05-14 15:20:38 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2018-06-15 14:58:47 +0200
commitf5d45e0632a2b7accbd5b2daae6966755865d50b (patch)
tree5745158e39547ae6f490e40cf4dad240f558ab52
parent9b5339371b500829b87602cfe7ba773e1027109f (diff)
downloadgitlab-ce-f5d45e0632a2b7accbd5b2daae6966755865d50b.tar.gz
Add Polish as a supported language
We already had some Polish translations, that were currently not available to users. Adding it here because it helps me debug some issues regarding language with more than one form.
-rw-r--r--lib/gitlab/i18n.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/i18n.rb b/lib/gitlab/i18n.rb
index 3772ef11c7f..343487bc361 100644
--- a/lib/gitlab/i18n.rb
+++ b/lib/gitlab/i18n.rb
@@ -21,7 +21,8 @@ module Gitlab
'nl_NL' => 'Nederlands',
'tr_TR' => 'Türkçe',
'id_ID' => 'Bahasa Indonesia',
- 'fil_PH' => 'Filipino'
+ 'fil_PH' => 'Filipino',
+ 'pl_PL' => 'Polski'
}.freeze
def available_locales