Browse Source

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
master
Erwan Leboucher 7 years ago
committed by Eugen
parent
commit
c99fc08a0d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/assets/javascripts/components/locales/fr.jsx

+ 1
- 0
app/assets/javascripts/components/locales/fr.jsx View File

@@ -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",


Loading…
Cancel
Save