This commit is contained in:
Jörgen Rydenius 2012-12-04 07:51:06 -08:00
commit 3e57c2c789

View file

@ -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;