]> cat aescling's git repositories - mastodon.git/commitdiff
Add missing locales (bn, ga, hi) (#10295)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 18 Mar 2019 20:55:21 +0000 (21:55 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 20:55:21 +0000 (21:55 +0100)
app/helpers/settings_helper.rb
config/application.rb

index 241addb832ca6a4505af2cdac35c05a805f3a75e..92bc222ea9dfd96c023bcd196a7afa83da55d7e8 100644 (file)
@@ -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: 'Հայերեն',
index 54df698112c566ab3b3243478e5c056be1a19501..74006f5fa32f660640af54d12f3dc936667a1a33 100644 (file)
@@ -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,