diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-02 22:22:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 22:22:44 +0200 |
commit | 48cb2dccd204c3b84beb82bc42b98daadabfbe1a (patch) | |
tree | 65ad353b30e4365aeb40bef0ae764360023bbb14 /app/assets | |
parent | a23e4380b25b5ab2d7446431a046cec2a19b375a (diff) | |
parent | 3ed75efc31e6f7d0a9ff19b3a6c0171efbcccf94 (diff) |
Merge pull request #741 from eramdam/feature/improve-french-locales
Improve/add some French locales
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/components/locales/fr.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/fr.jsx b/app/assets/javascripts/components/locales/fr.jsx index 2f5dd182f..a45b04b0c 100644 --- a/app/assets/javascripts/components/locales/fr.jsx +++ b/app/assets/javascripts/components/locales/fr.jsx @@ -33,6 +33,7 @@ const fr = { "navigation_bar.logout": "Déconnexion", "navigation_bar.preferences": "Préférences", "navigation_bar.public_timeline": "Fil public", + "navigation_bar.local_timeline": "Fil local", "notification.favourite": "{name} a ajouté à ses favoris :", "notification.follow": "{name} vous suit.", "notification.mention": "{name} vous a mentionné⋅e :", |