Add API type

This commit is contained in:
Amauri CHAMPEAUX 2015-02-17 14:10:34 +01:00
parent 52e565c3d6
commit 2d163f04f3
2 changed files with 8 additions and 0 deletions

View File

@ -46,5 +46,9 @@ tarteaucitron.lang = {
"support": {
"title": "Support",
"details": "Support services allow you to get in touch with the site team and help to improve it."
},
"api": {
"title": "APIs",
"details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
}
};

View File

@ -46,5 +46,9 @@ tarteaucitron.lang = {
"support": {
"title": "Support",
"details": "Les services de support vous permettent d'entrer en contact avec l'équipe du site et d'aider à son amélioration."
},
"api": {
"title": "APIs",
"details": "Les APIs permettent de charger des scripts : géolocalisation, moteurs de recherche, traductions, ..."
}
};