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',
no: 'Norsk',
oc: 'Occitan',
pl: 'Polszczyzna',
pt: 'Português',
'pt-BR': 'Português do Brasil',
fi: 'Suomi',

+ 1
- 0
config/application.rb View File

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

Loading…
Cancel
Save