mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Added basic support for translating, so far only on pad.html
This commit is contained in:
parent
54d51c96d9
commit
8cceeefa05
8 changed files with 192 additions and 40 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue