mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
Resolves #1171 locale change bug
This commit is contained in:
parent
a44c33ab22
commit
cdbf77fe43
1 changed files with 1 additions and 5 deletions
|
@ -62,11 +62,7 @@ var init = function() {
|
||||||
wait: true
|
wait: true
|
||||||
});
|
});
|
||||||
|
|
||||||
LocaleStore.subscribe(function() {
|
LocaleStore.subscribe(intlRefresh);
|
||||||
if (LocaleStore.getLocale() !== LocaleStore.getDefaultLocale()) {
|
|
||||||
intlRefresh();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
events.on('vcsModeChange', vcsModeRefresh);
|
events.on('vcsModeChange', vcsModeRefresh);
|
||||||
|
|
||||||
initRootEvents(eventBaton);
|
initRootEvents(eventBaton);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue