Added basic support for translating, so far only on pad.html

This commit is contained in:
Peter 'Pita' Martischka 2011-08-24 18:37:22 +01:00
parent 54d51c96d9
commit 8cceeefa05
8 changed files with 192 additions and 40 deletions

View file

@ -57,6 +57,11 @@ exports.abiword = null;
*/
exports.loglevel = "INFO";
/**
* The language of the user interface
*/
exports.language = "en";
//read the settings sync
var settingsStr = fs.readFileSync("../settings.json").toString();