aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/translations
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-20 17:12:37 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-20 17:12:37 -0800
commitaecda64030ef1231244b8b2ab8be0174f6bfd992 (patch)
tree3eec7b30f7136cd17a891fc0260915caae17eef3 /locale/translations
parent0e6717b7c86a1761b1ae515dd212a78f1d1e7c8b (diff)
Make sure XML feeds are always encoded in UTF-8
Diffstat (limited to 'locale/translations')
-rw-r--r--locale/translations/fr_FR.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index f7536f6..40aa51a 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -113,5 +113,6 @@
"Unable to parse OPML file: %v": "Impossible de lire le fichier OPML : %v",
"Unable to parse RSS feed: %v": "Impossible de lire ce flux RSS: %v",
"Unable to parse Atom feed: %v": "Impossible de lire ce flux Atom: %v",
- "Unable to parse JSON feed: %v": "Impossible de lire ce flux Json: %v"
+ "Unable to parse JSON feed: %v": "Impossible de lire ce flux Json: %v",
+ "Unable to normalize encoding: %v.": "Impossible de normaliser l'encodage : %v."
}