Skip to content

Commit

Permalink
fix: πŸ› dictionary config key $Language
Browse files Browse the repository at this point in the history
Closes: #38
  • Loading branch information
mjancarik committed Feb 13, 2020
1 parent 0e0006b commit 04de865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function getClientBootConfig(initialAppConfigFunctions) {
request: null,
$IMA: $IMA,
dictionary: {
language: $IMA.$Language,
$Language: $IMA.$Language,
dictionary: $IMA.i18n
},
router: {
Expand Down

0 comments on commit 04de865

Please sign in to comment.