aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-10 20:51:04 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-10 20:51:04 -0800
commit87ccad5c7f1edf8bce37af547ca1659326398fa8 (patch)
tree4998a78ac68b1c2c03e6152d26567928cdf042ec /locale
parent7a35c58f53d76356292e3e0ca9c91add3595a9e0 (diff)
Add scraper rules
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 217541e..7124f1b 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-12-10 18:56:24.387844114 -0800 PST m=+0.029823201
+// 2017-12-10 20:08:14.447304303 -0800 PST m=+0.040286758
package locale
@@ -167,12 +167,13 @@ var translations = map[string]string{
"Activate Fever API": "Activer l'API de Fever",
"Fever Username": "Nom d'utilisateur pour l'API de Fever",
"Fever Password": "Mot de passe pour l'API de Fever",
- "Fetch original content": "Récupérer le contenu original"
+ "Fetch original content": "Récupérer le contenu original",
+ "Scraper Rules": "Règles pour récupérer le contenu original"
}
`,
}
var translationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "fd629b171aefa50dd0a6100acaac8fbecbdf1a1d53e3fce984234565ec5bb5d5",
+ "fr_FR": "4426cea875ee2c9acb1a2b0619cb82f3a32f71aabe5d07657eaf2f6b7387c5f9",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index cc82efe..0a51ec3 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -151,5 +151,6 @@
"Activate Fever API": "Activer l'API de Fever",
"Fever Username": "Nom d'utilisateur pour l'API de Fever",
"Fever Password": "Mot de passe pour l'API de Fever",
- "Fetch original content": "Récupérer le contenu original"
+ "Fetch original content": "Récupérer le contenu original",
+ "Scraper Rules": "Règles pour récupérer le contenu original"
}