Skip to content

Commit

Permalink
Add kabyle language to Mastodon (#12962)
Browse files Browse the repository at this point in the history
* Add kabyle language to settings_helper

* Adding kabyle language to application.rb
  • Loading branch information
BoFFire authored and Gargron committed Jan 26, 2020
1 parent 389e3f6 commit 408b3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/settings_helper.rb
Expand Up @@ -36,6 +36,7 @@ module SettingsHelper
it: 'Italiano',
ja: '日本語',
ka: 'ქართული',
kab: 'Taqbaylit',
kk: 'Қазақша',
kn: 'ಕನ್ನಡ',
ko: '한국어',
Expand Down
1 change: 1 addition & 0 deletions config/application.rb
Expand Up @@ -73,6 +73,7 @@ class Application < Rails::Application
:it,
:ja,
:ka,
:kab,
:kk,
:kn,
:ko,
Expand Down

0 comments on commit 408b3e2

Please sign in to comment.