Add API type
This commit is contained in:
parent
52e565c3d6
commit
2d163f04f3
|
|
@ -46,5 +46,9 @@ tarteaucitron.lang = {
|
||||||
"support": {
|
"support": {
|
||||||
"title": "Support",
|
"title": "Support",
|
||||||
"details": "Support services allow you to get in touch with the site team and help to improve it."
|
"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, ..."
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -46,5 +46,9 @@ tarteaucitron.lang = {
|
||||||
"support": {
|
"support": {
|
||||||
"title": "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."
|
"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, ..."
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue