diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-18 21:55:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 21:55:21 +0100 |
commit | 9d9b6e35436de099d53d159fca1ccdde14ea769a (patch) | |
tree | 2e9fffd9d66fdb66b2d05c005f4457045297b3bc /config | |
parent | 9c4cbdbafb0324ae259e10865b90ed1ed0255bdd (diff) |
Add missing locales (bn, ga, hi) (#10295)
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 54df69811..74006f5fa 100644 --- a/config/application.rb +++ b/config/application.rb @@ -40,6 +40,7 @@ module Mastodon :ar, :ast, :bg, + :bn, :ca, :co, :cs, @@ -53,8 +54,10 @@ module Mastodon :fa, :fi, :fr, + :ga, :gl, :he, + :hi, :hr, :hu, :hy, |