Initial work on localization.

This commit is contained in:
Daniel Scalzi
2019-04-07 23:33:40 -04:00
parent a0520a9458
commit c141475404
8 changed files with 105 additions and 24 deletions

View File

@@ -92,7 +92,7 @@ document.getElementById('launch_button').addEventListener('click', function(e){
asyncSystemScan(mcVersion)
} else {
setLaunchDetails('Please wait..')
setLaunchDetails(Lang.queryJS('landing.launch.pleaseWait'))
toggleLaunchArea(true)
setLaunchPercentage(0, 100)