From: Ash Furrow Date: Fri, 21 Apr 2017 01:29:11 +0000 (-0400) Subject: Enables the Polish translation. (#2235) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6c34eafe02db7f6a2c4a4f5fc054935e49bb23dd;p=mastodon.git Enables the Polish translation. (#2235) --- 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,