mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
imported Korean dialogs Issue #42 other dialogs, level names, etc will come later
This commit is contained in:
parent
cc5466b038
commit
cded665873
17 changed files with 7549 additions and 6734 deletions
|
@ -64,7 +64,7 @@ var Level = Sandbox.extend({
|
|||
if (this.level.startDialog && !this.testOption('noIntroDialog')) {
|
||||
new MultiView(_.extend(
|
||||
{},
|
||||
intl.getStartDialog(this.level),
|
||||
intl.getStartDialog(this.level)
|
||||
{ deferred: deferred }
|
||||
));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue