Browse Source

Enables the Polish translation. (#2235)

closed-social-glitch-2
Ash Furrow 7 years ago
committed by Eugen
parent
commit
6c34eafe02
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/helpers/settings_helper.rb
  2. +1
    -0
      config/application.rb

+ 1
- 0
app/helpers/settings_helper.rb View File

@ -13,6 +13,7 @@ module SettingsHelper
nl: 'Nederlands', nl: 'Nederlands',
no: 'Norsk', no: 'Norsk',
oc: 'Occitan', oc: 'Occitan',
pl: 'Polszczyzna',
pt: 'Português', pt: 'Português',
'pt-BR': 'Português do Brasil', 'pt-BR': 'Português do Brasil',
fi: 'Suomi', fi: 'Suomi',

+ 1
- 0
config/application.rb View File

@ -39,6 +39,7 @@ module Mastodon
:nl, :nl,
:no, :no,
:oc, :oc,
:pl,
:pt, :pt,
:'pt-BR', :'pt-BR',
:ru, :ru,

Loading…
Cancel
Save