Browse Source

Add missing locales (bn, ga, hi) (#10295)

pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
9d9b6e3543
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      app/helpers/settings_helper.rb
  2. +3
    -0
      config/application.rb

+ 3
- 0
app/helpers/settings_helper.rb View 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: 'Հայերեն',

+ 3
- 0
config/application.rb View 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,

Loading…
Cancel
Save