Localization

This commit is contained in:
Ethan O'Brien 2022-02-03 10:47:38 -06:00 committed by GitHub
parent 5803f3569d
commit 7d28e0d846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 392 additions and 250 deletions

File diff suppressed because one or more lines are too long

View file

@ -50,6 +50,7 @@ emu_main.onload = function() {
'undefined' != typeof EJS_startOnLoaded && (config.startOnLoad = EJS_startOnLoaded)
'undefined' != typeof EJS_core && (config.system = EJS_core)
'undefined' != typeof EJS_loadStateURL && (config.loadStateOnStart = EJS_loadStateURL)
'undefined' != typeof EJS_language && (config.lang = EJS_language)
config.onsavestate = null
config.onloadstate = null
'undefined' != typeof EJS_onSaveState && (config.onsavestate = EJS_onSaveState)