Merge branch 'i18n' of git://github.com/bperretti/erpnext into bperretti-i18n

This commit is contained in:
Nabin Hait
2013-10-24 11:40:32 +05:30
112 changed files with 677 additions and 617 deletions

View File

@@ -14,9 +14,9 @@ $(document).ready(function() {
callback: function(r) {
$(me).prop("disabled", false);
if(r.exc) {
alert("Error, please contact support@erpnext.com");
alert(wn._("Error, please contact support@erpnext.com"));
} else {
console.log("Logged In");
console.log(wn._("Logged In"));
window.location.href = "app.html";
}
}