aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-20 15:15:10 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-20 15:15:10 -0800
commitcf8af56a994ba8ad77f90cbd66d6ff3219493676 (patch)
treedf79aa49b189c74f01245c18efbf1e5680e8d500 /locale
parenta76c2a8c22a44bbaada4434ff5ecfaaf54de7d44 (diff)
Handle RSS feeds without entry links
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go6
-rw-r--r--locale/translations/fr_FR.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index abf3560..551c06f 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-11-20 14:18:33.283078515 -0800 PST m=+0.039164593
+// 2017-11-20 15:11:09.541312146 -0800 PST m=+0.018445746
package locale
@@ -59,7 +59,7 @@ var Translations = map[string]string{
"%d days ago": "il y a %d jours",
"%d weeks ago": "il y a %d semaines",
"%d months ago": "il y a %d mois",
- "%d years ago": "il y a %d années",
+ "%d years ago": "il y a %d ans",
"Date": "Date",
"IP Address": "Adresse IP",
"User Agent": "Navigateur Web",
@@ -133,5 +133,5 @@ var Translations = map[string]string{
var TranslationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "8b38f8e33f70c463560b49e7f408509304e4d8f61ae78ca26e33bbba28a9ec76",
+ "fr_FR": "ec81374ce72a1cf3a06bda027faa338745a77035f8bd3504ad4d452958260525",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 863596c..c2054c9 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -43,7 +43,7 @@
"%d days ago": "il y a %d jours",
"%d weeks ago": "il y a %d semaines",
"%d months ago": "il y a %d mois",
- "%d years ago": "il y a %d années",
+ "%d years ago": "il y a %d ans",
"Date": "Date",
"IP Address": "Adresse IP",
"User Agent": "Navigateur Web",