Updated translation tool to accomodate in-place translation of strings. Major thanks to surgecurrent for the code!

This commit is contained in:
Oskar Wiksten
2012-09-13 21:10:13 +02:00
parent af5aa14e11
commit 6d1c5ebe9f
4 changed files with 274 additions and 72 deletions

View File

@@ -58,6 +58,7 @@ function DataStore(input) {
alert("Could not find header row, cannot deserialize");
return;
}
this.fieldList = header;
this.items = deserializeObjectList(header, str);
this.onDeserialized();
}