- Fix (Locale): Remove bad characters in Persian (fa) file

- Linting (ESLint): Locale files
- Docs: Fix code comment
- Remove BOM from documents (@drsassafras #237)
This commit is contained in:
Brett Zamir
2018-05-20 15:04:11 +08:00
parent 10291dc556
commit 7cf976cfb8
67 changed files with 13058 additions and 13115 deletions

View File

@@ -300,7 +300,7 @@ editor.putLocale = function (givenParam, goodLangs) {
// The following line prevents setLang from running
// extensions which depend on updated uiStrings,
// so commenting it out.
// if (langParam.indexOf("en") === 0) {return;}
// if (langParam.startsWith('en')0) {return;}
}
var conf = editor.curConfig;