Browse Source

Add Galician language support (#5955)

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
6e3f176b8e
3 changed files with 2 additions and 1 deletions
  1. +1
    -0
      app/helpers/settings_helper.rb
  2. +0
    -1
      app/javascript/mastodon/locales/nl.json
  3. +1
    -0
      config/application.rb

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

@ -10,6 +10,7 @@ module SettingsHelper
eo: 'Esperanto',
es: 'Español',
fa: 'فارسی',
gl: 'Galego',
fi: 'Suomi',
fr: 'Français',
he: 'עברית',

+ 0
- 1
app/javascript/mastodon/locales/nl.json View File

@ -7,7 +7,6 @@
"account.followers": "Volgers",
"account.follows": "Volgt",
"account.follows_you": "Volgt jou",
"account.hide_reblogs": "Verberg boosts van @{name}",
"account.media": "Media",
"account.mention": "Vermeld @{name}",

+ 1
- 0
config/application.rb View File

@ -39,6 +39,7 @@ module Mastodon
:fa,
:fi,
:fr,
:gl,
:he,
:hr,
:hu,

Loading…
Cancel
Save