diff options
author | Alda Marteau-Hardi <github@ltch.fr> | 2017-10-11 21:20:56 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-11 21:20:56 +0200 |
commit | 0352c40e9950c83a5416ed505d43fe41e417254c (patch) | |
tree | 9f03a006b286fb0f5348d8c24b4bf7f02d524728 /app | |
parent | e5d8166a12bc5db2f15afa8f2573be6892481e01 (diff) |
Use gender neutral language as in the rest of the french translation (#5331)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/locales/fr.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/mastodon/locales/fr.json b/app/javascript/mastodon/locales/fr.json index 350d92c44..48f174c4c 100644 --- a/app/javascript/mastodon/locales/fr.json +++ b/app/javascript/mastodon/locales/fr.json @@ -168,8 +168,8 @@ "search_popout.search_format": "Recherche avancée", "search_popout.tips.hashtag": "hashtag", "search_popout.tips.status": "statuts", - "search_popout.tips.text": "Un texte simple renvoie les noms affichés, les noms d'utilisateur et les hashtags correspondants", - "search_popout.tips.user": "utilisateur", + "search_popout.tips.text": "Un texte simple renvoie les noms affichés, les noms d'utilisateur⋅ice et les hashtags correspondants", + "search_popout.tips.user": "utilisateur⋅ice", "search_results.total": "{count, number} {count, plural, one {résultat} other {résultats}}", "standalone.public_title": "Jeter un coup d’œil…", "status.cannot_reblog": "Cette publication ne peut être boostée", |