aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/translations.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-02 17:04:01 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-02 17:04:01 -0800
commit2f1367a8d4c33e7c6ba459cfc6756e079c7a1af4 (patch)
tree04a2c15d41f79c05b74b67c9bbab4bfb483be6e1 /locale/translations.go
parent453ff64f29c5ca330b20fb9c3dd41bbf7e7b7396 (diff)
Make entries sorting configurable
Diffstat (limited to 'locale/translations.go')
-rw-r--r--locale/translations.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/translations.go b/locale/translations.go
index b9164fa..9553018 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-11-27 21:07:53.23444885 -0800 PST m=+0.028635078
+// 2017-12-02 16:12:47.287568844 -0800 PST m=+0.033078160
package locale
@@ -150,12 +150,15 @@ var translations = map[string]string{
"Unlink my Google account": "Dissocier 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.",
- "Invalid theme.": "Le thème est invalide."
+ "Invalid theme.": "Le thème est invalide.",
+ "Entry Sorting": "Ordre des éléments",
+ "Older entries first": "Ancien éléments en premier",
+ "Recent entries first": "Éléments récents en premier"
}
`,
}
var translationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "48622d4796fe4a461221565d84f52e22fb167a44a870b08ba32887897bdfbb1a",
+ "fr_FR": "5c054c06fa687f05fd4f6041b002207fe1fe304d6c0c0d094b8caa61a5071ba5",
}