mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 17:51:34 -04:00
Merge 5d3372b95b
into b82af40735
This commit is contained in:
commit
3e57c2c789
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ exports.availableLangs = {en: languages.getLanguageInfo('en')}
|
|||
|
||||
fs.readdir(localesPath, function(er, files) {
|
||||
files.forEach(function(locale) {
|
||||
if(!foo.match(/\.ini$/)) return; // irrelevant
|
||||
locale = locale.split('.')[0]
|
||||
if(locale.toLowerCase() == 'en') return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue