mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
pad: Use null
as default for lang
option
It doesn't make sense to override the browser's language with `en-gb` by default. Note that this change has no effect due to a bug in how pad options are processed; that bug will be fixed in a future commit.
This commit is contained in:
parent
7ff71cd41e
commit
61b608e264
4 changed files with 4 additions and 4 deletions
|
@ -170,7 +170,7 @@ exports.padOptions = {
|
|||
rtl: false,
|
||||
alwaysShowChat: false,
|
||||
chatAndUsers: false,
|
||||
lang: 'en-gb',
|
||||
lang: null,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue