Browse Source

Add available locales for lv, ms, sq (#10008)

master
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
c0a564feaa
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

@ -30,7 +30,9 @@ module SettingsHelper
ja: '日本語',
ka: 'ქართული',
ko: '한국어',
lv: 'Latviešu valoda',
ml: 'മലയാളം',
ms: 'بهاس ملايو',
nl: 'Nederlands',
no: 'Norsk',
oc: 'Occitan',
@ -41,6 +43,7 @@ module SettingsHelper
ru: 'Русский',
sk: 'Slovenčina',
sl: 'Slovenščina',
sq: 'Shqip',
sr: 'Српски',
'sr-Latn': 'Srpski (latinica)',
sv: 'Svenska',

+ 3
- 0
config/application.rb View File

@ -64,6 +64,8 @@ module Mastodon
:ja,
:ka,
:ko,
:lv,
:ms,
:nl,
:no,
:oc,
@ -74,6 +76,7 @@ module Mastodon
:ru,
:sk,
:sl,
:sq,
:sr,
:'sr-Latn',
:sv,

Loading…
Cancel
Save