mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Basic dialog intl support for level dialogs, Issue #42
This commit is contained in:
parent
2837315c7d
commit
2617357460
21 changed files with 1716 additions and 1388 deletions
|
@ -7,7 +7,9 @@ var TIME = {
|
|||
|
||||
// useful for locks, etc
|
||||
var GLOBAL = {
|
||||
isAnimating: false
|
||||
isAnimating: false,
|
||||
// default locale, this changes
|
||||
locale: 'en'
|
||||
};
|
||||
|
||||
var VIEWPORT = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue