-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
275 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/node_modules/ember-intl/addon/-private/utils/hydrate.ts b/node_modules/ember-intl/addon/-private/utils/hydrate.ts | ||
index 29610f8..1694a78 100644 | ||
--- a/node_modules/ember-intl/addon/-private/utils/hydrate.ts | ||
+++ b/node_modules/ember-intl/addon/-private/utils/hydrate.ts | ||
@@ -1,4 +1,3 @@ | ||
-import translations from 'ember-intl/translations'; | ||
import type IntlService from '../../services/intl'; | ||
|
||
/** | ||
@@ -6,7 +5,5 @@ import type IntlService from '../../services/intl'; | ||
* @hide | ||
*/ | ||
export default function hydrate(service: IntlService) { | ||
- translations.forEach(([locale, translations]) => { | ||
- service.addTranslations(locale, translations); | ||
- }); | ||
+ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.