aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-24 22:29:20 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-24 22:29:20 -0800
commit71bf7e43580377a9bb98c6444c32e95b53602f12 (patch)
tree477d57670a17345a28af8e09a077113d3c7b827f /locale
parent747da03e4cf1478937a434792fdb52dd10ae8cda (diff)
Improve API
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go7
-rw-r--r--locale/translations/fr_FR.json3
2 files changed, 6 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index dffced4..a5d2d78 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-11-24 16:04:49.318661623 -0800 PST m=+0.006828741
+// 2017-11-24 21:40:33.354922728 -0800 PST m=+0.035838197
package locale
@@ -148,12 +148,13 @@ var Translations = map[string]string{
"Refresh all feeds in the background": "Actualiser tous les abonnements en arrière-plan",
"Sign in with Google": "Se connecter avec Google",
"Unlink my Google account": "Dissocier mon compte Google",
- "Link my Google account": "Associer mon compte Google"
+ "Link my Google account": "Associer mon compte Google",
+ "Category not found for this user.": "Cette catégorie n'existe pas pour cet utilisateur."
}
`,
}
var TranslationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "f438ed9116ecc7b71412581255dd9b1332cacd9e2876615b03ec65e4b500bf02",
+ "fr_FR": "92b360ebbfae5c243897c05f7869e6bef0129a2c8275b6802fbaba0d05410e91",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index e5b7eb1..01ad8fb 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -132,5 +132,6 @@
"Refresh all feeds in the background": "Actualiser tous les abonnements en arrière-plan",
"Sign in with Google": "Se connecter avec Google",
"Unlink my Google account": "Dissocier mon compte Google",
- "Link my Google account": "Associer mon compte Google"
+ "Link my Google account": "Associer mon compte Google",
+ "Category not found for this user.": "Cette catégorie n'existe pas pour cet utilisateur."
}