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

master
Eugen Rochko 5 years ago committed by GitHub
parent 9c4cbdbafb
commit 9d9b6e3543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/helpers/settings_helper.rb
  2. 3
      config/application.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: 'Հայերեն',

@ -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