Browse Source

I18n: Add language options for Kazakh and Lithuanian (#10104)

pull/4/head
Aditoo17 5 years ago
committed by Eugen Rochko
parent
commit
57483f2ffb
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      app/helpers/settings_helper.rb
  2. +2
    -0
      config/application.rb

+ 2
- 0
app/helpers/settings_helper.rb View File

@ -29,7 +29,9 @@ module SettingsHelper
it: 'Italiano',
ja: '日本語',
ka: 'ქართული',
kk: 'Қазақша',
ko: '한국어',
lt: 'Lietuvių',
lv: 'Latviešu',
ml: 'മലയാളം',
ms: 'Bahasa Melayu',

+ 2
- 0
config/application.rb View File

@ -63,7 +63,9 @@ module Mastodon
:it,
:ja,
:ka,
:kk,
:ko,
:lt,
:lv,
:ms,
:nl,

Loading…
Cancel
Save