logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6e3f176b8e9f3fd2528b602ab49d68827acb675f
parent: a4710f9af817a2bbec44d3dd987d29fc0418eb40
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun, 10 Dec 2017 12:19:07 +0900

Add Galician language support (#5955)


Diffstat:

Mapp/helpers/settings_helper.rb1+
Mapp/javascript/mastodon/locales/nl.json1-
Mconfig/application.rb1+
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb @@ -10,6 +10,7 @@ module SettingsHelper eo: 'Esperanto', es: 'Español', fa: 'فارسی', + gl: 'Galego', fi: 'Suomi', fr: 'Français', he: 'עברית', diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json @@ -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}", diff --git a/config/application.rb b/config/application.rb @@ -39,6 +39,7 @@ module Mastodon :fa, :fi, :fr, + :gl, :he, :hr, :hu,