diff options
author | Ash Furrow <ash@ashfurrow.com> | 2017-04-20 21:29:11 -0400 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-21 03:29:11 +0200 |
commit | 6c34eafe02db7f6a2c4a4f5fc054935e49bb23dd (patch) | |
tree | 5bae6d09d4e19a4eae017fe8f32c45db636ed9ef | |
parent | bbff431e3a6c3b2645493e55fd2b02a20f9696b5 (diff) |
Enables the Polish translation. (#2235)
-rw-r--r-- | app/helpers/settings_helper.rb | 1 | ||||
-rw-r--r-- | config/application.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index a4ca72c97..ee31c57be 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -13,6 +13,7 @@ module SettingsHelper nl: 'Nederlands', no: 'Norsk', oc: 'Occitan', + pl: 'Polszczyzna', pt: 'Português', 'pt-BR': 'Português do Brasil', fi: 'Suomi', diff --git a/config/application.rb b/config/application.rb index 5b86cddb4..59aa7b5f5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -39,6 +39,7 @@ module Mastodon :nl, :no, :oc, + :pl, :pt, :'pt-BR', :ru, |