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 | |
parent | 9c4cbdbafb0324ae259e10865b90ed1ed0255bdd (diff) |
Add missing locales (bn, ga, hi) (#10295)
-rw-r--r-- | app/helpers/settings_helper.rb | 3 | ||||
-rw-r--r-- | config/application.rb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 241addb83..92bc222ea 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -6,6 +6,7 @@ module SettingsHelper ar: 'العربية', ast: 'Asturianu', bg: 'Български', + bn: 'বাংলা', ca: 'Català', co: 'Corsu', cs: 'Čeština', @@ -19,8 +20,10 @@ module SettingsHelper fa: 'فارسی', fi: 'Suomi', fr: 'Français', + ga: 'Gaeilge', gl: 'Galego', he: 'עברית', + hi: 'हिन्दी', hr: 'Hrvatski', hu: 'Magyar', hy: 'Հայերեն', 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, |