Skip to content

Commit

Permalink
fix(locale): fix merge locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Barbeau committed Nov 6, 2020
1 parent c0cf6cb commit 6e6e843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/language/shared/language.loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class LanguageLoader implements TranslateLoader {
map((translations) => {
return translations.reduce(
(acc, current) => ObjectUtils.mergeDeep(acc, current),
[]
{}
);
})
);
Expand Down

0 comments on commit 6e6e843

Please sign in to comment.