Browse Source

Add kabyle language to Mastodon (#12962)

* Add kabyle language to settings_helper

* Adding kabyle language to application.rb
master
ButterflyOfFire 4 years ago
committed by Eugen Rochko
parent
commit
408b3e2b93
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/helpers/settings_helper.rb
  2. +1
    -0
      config/application.rb

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

@ -36,6 +36,7 @@ module SettingsHelper
it: 'Italiano',
ja: '日本語',
ka: 'ქართული',
kab: 'Taqbaylit',
kk: 'Қазақша',
kn: 'ಕನ್ನಡ',
ko: '한국어',

+ 1
- 0
config/application.rb View File

@ -73,6 +73,7 @@ module Mastodon
:it,
:ja,
:ka,
:kab,
:kk,
:kn,
:ko,

Loading…
Cancel
Save