Skip to content

Commit

Permalink
feat: localization of templates in operations
Browse files Browse the repository at this point in the history
  • Loading branch information
anywie authored and 1mrekq committed Dec 25, 2023
1 parent aae2982 commit ae67247
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ export class ModuleInteractivePartComponent implements OnInit, OnChanges, OnDest
const lang = this.languageService.lang;
const moduleLocalization = this.getModuleLocalization(module, lang);

this.setAppLocale(moduleLocalization, lang);
this.setAppLocale(appLocalization, lang);
this.setAppLocale({ ...appLocalization, ...moduleLocalization }, lang);
});
}

Expand Down

0 comments on commit ae67247

Please sign in to comment.