aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-02 21:12:03 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-02 21:12:03 -0800
commitae62e543d3a1173cd39f1910cb67c95a56a7a6a4 (patch)
treee086a53f0ad609b648e523dc5198a4d48430ab91 /locale
parent6f5350a4978c7ef6fa68e526ec8a2ba917d33953 (diff)
Add Instapaper integration
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go9
-rw-r--r--locale/translations/fr_FR.json5
2 files changed, 10 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index 49c241c..5803665 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-12-02 19:31:37.042505019 -0800 PST m=+0.027446145
+// 2017-12-02 21:11:24.028184492 -0800 PST m=+0.019358340
package locale
@@ -160,12 +160,15 @@ var translations = map[string]string{
"Mark bookmark as unread": "Marquer le lien comme non lu",
"Pinboard Tags": "Libellés de Pinboard",
"Pinboard API Token": "Jeton de sécurité de l'API de Pinboard",
- "Enable Pinboard": "Activer Pinboard"
+ "Enable Pinboard": "Activer Pinboard",
+ "Enable Instapaper": "Activer Instapaper",
+ "Instapaper Username": "Nom d'utilisateur Instapaper",
+ "Instapaper Password": "Mot de passe Instapaper"
}
`,
}
var translationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "fce31dfc3b8d45ee1c5d0c7aca4449553a8228a2428491e5cf5cf9e507dddb31",
+ "fr_FR": "17a85afeb45665dc1a74cfb1fde83e0ed4ba335a8da56a328cf20ee4baec7567",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index c349a99..4fb615e 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -144,5 +144,8 @@
"Mark bookmark as unread": "Marquer le lien comme non lu",
"Pinboard Tags": "Libellés de Pinboard",
"Pinboard API Token": "Jeton de sécurité de l'API de Pinboard",
- "Enable Pinboard": "Activer Pinboard"
+ "Enable Pinboard": "Activer Pinboard",
+ "Enable Instapaper": "Activer Instapaper",
+ "Instapaper Username": "Nom d'utilisateur Instapaper",
+ "Instapaper Password": "Mot de passe Instapaper"
}