You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,11 @@ ember gettext:convert --locale=de
106
106
107
107
This project is basically a fork of [ember-l10n](https://github.com/Cropster/ember-l10n). It is _mostly_ compatible with it, and can be migrated with some minor steps:
Copy file name to clipboardExpand all lines: packages/ember-l10n/README.md
+18-6
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,13 @@ In the ember-l10n workflow, you use the `t`, and `n` helpers and `l10n.t()` / `l
8
8
9
9
## Compatibility
10
10
11
+
-**Embroider only!!**
11
12
- Ember.js v3.25 or above
12
13
- Ember CLI v3.20 or above
13
14
- Node.js v12 or above
14
15
16
+
This addon is optimized for Embroider. It is probably possible to also use it without Embroider, but you'll need to adjust the generated import map yourself.
17
+
15
18
## Installation
16
19
17
20
```
@@ -33,9 +36,18 @@ let ENV = {
33
36
};
34
37
```
35
38
39
+
In order to ensure the locales are lazy loaded, you'll need to add this to your `ember-cli-build.js` file:
0 commit comments