Basic dialog intl support for level dialogs, Issue #42

This commit is contained in:
Peter Cottle 2013-02-23 13:32:45 -08:00
parent 2837315c7d
commit 2617357460
21 changed files with 1716 additions and 1388 deletions

View file

@ -7,7 +7,9 @@ var TIME = {
// useful for locks, etc
var GLOBAL = {
isAnimating: false
isAnimating: false,
// default locale, this changes
locale: 'en'
};
var VIEWPORT = {