diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-03 03:59:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 03:59:43 +0200 |
commit | fb45f6d9119fc8d1f24cb44c5a60b65c8700014d (patch) | |
tree | 30e6b1c2bd6d0e79182ade5e7428cfae28d31181 /config | |
parent | 1681319d111006007846257c549dc8656ece2e00 (diff) |
Add br, es-AR, et, mk, nn to available locales (#12062)
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/application.rb b/config/application.rb index 60f73f8bb..9be41b1a7 100644 --- a/config/application.rb +++ b/config/application.rb @@ -39,11 +39,11 @@ module Mastodon # All translations from config/locales/*.rb,yml are auto loaded. # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] config.i18n.available_locales = [ - :en, :ar, :ast, :bg, :bn, + :br, :ca, :co, :cs, @@ -51,8 +51,11 @@ module Mastodon :da, :de, :el, + :en, :eo, + :'es-AR', :es, + :et, :eu, :fa, :fi, @@ -73,20 +76,22 @@ module Mastodon :ko, :lt, :lv, + :mk, :ms, :nl, + :nn, :no, :oc, :pl, - :'pt-PT', :'pt-BR', + :'pt-PT', :ro, :ru, :sk, :sl, :sq, - :sr, :'sr-Latn', + :sr, :sv, :ta, :te, |