mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 16:21:06 +02:00
Another chunk of polish translation
Moreover I added a translation for buttons after passing a level
This commit is contained in:
parent
2793a1d6a1
commit
c36e9354b2
7 changed files with 313 additions and 18 deletions
|
@ -139,8 +139,8 @@ var ConfirmCancelView = ResolveRejectBase.extend({
|
|||
this.destination = options.destination;
|
||||
this.deferred = options.deferred || Q.defer();
|
||||
this.JSON = {
|
||||
confirm: options.confirm || 'Confirm',
|
||||
cancel: options.cancel || 'Cancel'
|
||||
confirm: options.confirm || intl.str('confirm-button'),
|
||||
cancel: options.cancel || intl.str('cancel-button')
|
||||
};
|
||||
|
||||
this.render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue