logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: c99fc08a0d951ec454a3defc5f99ed7b2212a8ac
parent: a8f45c0838c35c51120e6e327457d5114f86a300
Author: Erwan Leboucher <erwanleboucher@gmail.com>
Date:   Sun, 16 Apr 2017 14:15:03 +0200

Add missing french translation. (#1906)

* Add missing french translation.

Causing this error:
[React Intl] Missing message: "navigation_bar.mutes" for locale: "fr",

* Update fr.jsx

Diffstat:

Mapp/assets/javascripts/components/locales/fr.jsx1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/assets/javascripts/components/locales/fr.jsx b/app/assets/javascripts/components/locales/fr.jsx @@ -75,6 +75,7 @@ const fr = { "navigation_bar.favourites": "Favoris", "navigation_bar.info": "Plus d'informations", "navigation_bar.logout": "Déconnexion", + "navigation_bar.mutes": "Utilisateurs muets", "navigation_bar.follow_requests": "Demandes de suivi", "reply_indicator.cancel": "Annuler", "search.placeholder": "Rechercher",