瀏覽代碼

Add API type

Amauri CHAMPEAUX 10 年之前
父節點
當前提交
2d163f04f3
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 4 0
      lang/tarteaucitron.en.js
  2. 4 0
      lang/tarteaucitron.fr.js

+ 4 - 0
lang/tarteaucitron.en.js

@@ -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, ..."
     }
 };

+ 4 - 0
lang/tarteaucitron.fr.js

@@ -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, ..."
     }
 };