mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
intl change locale tested
This commit is contained in:
parent
adbe798b25
commit
d45651aad2
2 changed files with 44 additions and 2 deletions
|
@ -30,9 +30,9 @@ var toGlobalize = {
|
|||
Intl: require('../intl')
|
||||
};
|
||||
|
||||
_.each(toGlobalize, function(module) {
|
||||
_.each(toGlobalize, function(module, moduleName) {
|
||||
for (var key in module) {
|
||||
window['debug_' + key] = module[key];
|
||||
window['debug_' + moduleName + '_' + key] = module[key];
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue