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

@ -34,5 +34,11 @@
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to enable the import/export of pads*/
"abiword" : null
"abiword" : null,
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO",
/* The language of the user interface */
"language": "en"
}