@softheon/armature 10.34.1 → 10.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1374,7 +1374,7 @@
1374
1374
  configSnapShot = this.configService.config;
1375
1375
  configSnapShot.theme = theme;
1376
1376
  this.configService.config = configSnapShot;
1377
- this.translateService.setTranslation(this.translateService.currentLang, _.merge(baseLang, overrideLang));
1377
+ this.translateService.setTranslation(this.translateService.currentLang, _.mergeWith(baseLang, overrideLang, this.mergeCustomizer));
1378
1378
  this.themeService.initPalette(theme);
1379
1379
  return [3 /*break*/, 4];
1380
1380
  case 3: