Skip to content

Commit

Permalink
fix: fix for translations config binding bug (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: mayank <[email protected]>
  • Loading branch information
mayank-SFIN571 authored Oct 19, 2020
1 parent b97712f commit aefab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class CoreComponent implements Component {
// Configure locale provider

if (this.coreConfig && this.coreConfig.configObject) {
configure(this.coreConfig.configObject);
configure({...this.coreConfig.configObject, register: this.localeObj});
} else {
configure({
locales: [
Expand Down

0 comments on commit aefab86

Please sign in to comment.