Browse Source

Add Basque language support (#7267)

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
36b6631c12
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

@ -9,6 +9,7 @@ module SettingsHelper
de: 'Deutsch',
eo: 'Esperanto',
es: 'Español',
eu: 'Euskara',
fa: 'فارسی',
gl: 'Galego',
fi: 'Suomi',

+ 1
- 0
config/application.rb View File

@ -43,6 +43,7 @@ module Mastodon
:de,
:eo,
:es,
:eu,
:fa,
:fi,
:fr,

Loading…
Cancel
Save