mirror of
https://github.com/miniflux/v2.git
synced 2025-09-10 18:51:01 +00:00
Add Let's Encrypt integration
This commit is contained in:
parent
199b1fd6c3
commit
3b40ce4960
10 changed files with 32 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 22:32:06.371264138 -0800 PST m=+0.036637447
|
||||
// 2017-11-22 12:56:32.17637034 -0800 PST m=+0.027880962
|
||||
|
||||
package locale
|
||||
|
||||
|
@ -20,8 +20,8 @@ var Translations = map[string]string{
|
|||
"%d erreurs"
|
||||
],
|
||||
"plural.categories.feed_count": [
|
||||
"Il y %d abonnement.",
|
||||
"Il y %d abonnements."
|
||||
"Il y a %d abonnement.",
|
||||
"Il y a %d abonnements."
|
||||
],
|
||||
"Username": "Nom d'utilisateur",
|
||||
"Password": "Mot de passe",
|
||||
|
@ -152,5 +152,5 @@ var Translations = map[string]string{
|
|||
|
||||
var TranslationsChecksums = map[string]string{
|
||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||
"fr_FR": "9a57dded2cf33b8c4d9a9d90dcbf18c96026ca396f409eb1a776ddc206fe0198",
|
||||
"fr_FR": "c5ee8f6e8d573cd4ae0aa003b4a1e72ab400484e0f22b355702bb46409743881",
|
||||
}
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"%d erreurs"
|
||||
],
|
||||
"plural.categories.feed_count": [
|
||||
"Il y %d abonnement.",
|
||||
"Il y %d abonnements."
|
||||
"Il y a %d abonnement.",
|
||||
"Il y a %d abonnements."
|
||||
],
|
||||
"Username": "Nom d'utilisateur",
|
||||
"Password": "Mot de passe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue