logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6c34eafe02db7f6a2c4a4f5fc054935e49bb23dd
parent: bbff431e3a6c3b2645493e55fd2b02a20f9696b5
Author: Ash Furrow <ash@ashfurrow.com>
Date:   Thu, 20 Apr 2017 21:29:11 -0400

Enables the Polish translation. (#2235)


Diffstat:

Mapp/helpers/settings_helper.rb1+
Mconfig/application.rb1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git 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 @@ -39,6 +39,7 @@ module Mastodon :nl, :no, :oc, + :pl, :pt, :'pt-BR', :ru,