diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..3f14a8a4 Binary files /dev/null and b/.DS_Store differ diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..93bf69fd --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +{ + "version": "0.2.0", + "configurations": [{ + "name": "Listen for XDebug", + "type": "php", + "request": "launch", + "port": 9000, + "log": true, + "externalConsole": false, + "pathMappings": { + "/var/www/html/php": "${workspaceRoot}/php" + }, + "ignore": [ + "**/vendor/**/*.php" + ] + } + ] +} \ No newline at end of file diff --git a/assets/js/i18n/en.json b/assets/js/i18n/en.json index 8c28ba39..66e8e98c 100644 --- a/assets/js/i18n/en.json +++ b/assets/js/i18n/en.json @@ -66,6 +66,11 @@ "Dayofselecteddaterange" : " of selected date range", "NotAvailable" : "N/A", "Alpha" : "Alpha", - "AlphaMsg" : "This is an experimental version of Canada.ca for public testing.", - "Type" : "Type" + "alphaMsg" : "This is an experimental version of Canada.ca for public testing.", + "Type" : "Type", + "FindWhatYoureLookingFor" : "Find What You Were Looking For", + "Yes" : "Yes", + "No" : "No", + "Reason" : "Reason", + "No Clicks" : "No Clicks" } \ No newline at end of file diff --git a/assets/js/i18n/fr.json b/assets/js/i18n/fr.json index 17785374..fadf3f7d 100644 --- a/assets/js/i18n/fr.json +++ b/assets/js/i18n/fr.json @@ -66,6 +66,11 @@ "Dayofselecteddaterange" : " de l'intervalle de dates sélectionné", "NotAvailable" : "s/o", "Alpha" : "Alpha", - "AlphaMsg" : "Ceci est une version expérimentale du site Canada.ca destinée à être testée par le public.", - "Type" : "Type" + "alphaMsg" : "Ceci est une version expérimentale du site Canada.ca destinée à être testée par le public.", + "Type" : "Type", + "FindWhatYoureLookingFor" : "Avez-vous trouvé ce que vous cherchiez?", + "Yes" : "Oui", + "No" : "Non", + "Reason" : "Raison", + "No Clicks" : "Non clics" } \ No newline at end of file diff --git a/index.html b/index.html index 524060e2..e2eaf3bc 100644 --- a/index.html +++ b/index.html @@ -138,13 +138,13 @@ //script.onreadystatechange = script.onload = null; document.write(wet.builder.refTop({ "isApplication": true - })); + }));