added language support for new elements

This commit is contained in:
DennisSchiefer
2012-05-09 15:21:11 +01:00
parent 84677ddddf
commit 7830f82b62
9 changed files with 107 additions and 39 deletions
+4
View File
@@ -59,6 +59,10 @@ setLabels: function() {
document.getElementById("gui-input-source").title = OSRM.loc("GUI_START_TOOLTIP");
document.getElementById("gui-input-target").title = OSRM.loc("GUI_END_TOOLTIP");
document.getElementById("legal-notice").innerHTML = OSRM.loc("GUI_LEGAL_NOTICE");
document.getElementById("gui-mapping-label").innerHTML = OSRM.loc("GUI_MAPPING_TOOLS");
document.getElementById("gui-config-label").innerHTML = OSRM.loc("GUI_CONFIGURATION");
document.getElementById("gui-language-label").innerHTML = OSRM.loc("GUI_LANGUAGE");
document.getElementById("gui-units-label").innerHTML = OSRM.loc("GUI_UNITS");
},
// clear output area