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: 'العربية', ar: 'العربية',
ast: 'Asturianu', ast: 'Asturianu',
bg: 'Български', bg: 'Български',
bn: 'বাংলা',
ca: 'Català', ca: 'Català',
co: 'Corsu', co: 'Corsu',
cs: 'Čeština', cs: 'Čeština',
@ -19,8 +20,10 @@ module SettingsHelper
fa: 'فارسی', fa: 'فارسی',
fi: 'Suomi', fi: 'Suomi',
fr: 'Français', fr: 'Français',
ga: 'Gaeilge',
gl: 'Galego', gl: 'Galego',
he: 'עברית', he: 'עברית',
hi: 'हिन्दी',
hr: 'Hrvatski', hr: 'Hrvatski',
hu: 'Magyar', hu: 'Magyar',
hy: 'Հայերեն', hy: 'Հայերեն',

+ 3
- 0
config/application.rb View File

@ -40,6 +40,7 @@ module Mastodon
:ar, :ar,
:ast, :ast,
:bg, :bg,
:bn,
:ca, :ca,
:co, :co,
:cs, :cs,
@ -53,8 +54,10 @@ module Mastodon
:fa, :fa,
:fi, :fi,
:fr, :fr,
:ga,
:gl, :gl,
:he, :he,
:hi,
:hr, :hr,
:hu, :hu,
:hy, :hy,

Loading…
Cancel
Save