Commit f5d45e06 authored by Bob Van Landuyt's avatar Bob Van Landuyt

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.
parent 9b533937
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment