Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-19 | 550 Bytes | |
Update documentations. Passed the correct locales to _onMissingTranslation(). source code.tar.gz | 2025-06-19 | 856.8 kB | |
Update documentations. Passed the correct locales to _onMissingTranslation(). source code.zip | 2025-06-19 | 1.4 MB | |
Totals: 3 Items | 2.2 MB | 0 |
7.3.1
includes a bug fix and a couple of documentation updates:
- You can auto-generate translation keys. See https://ember-intl.github.io/ember-intl/versions/v7.3.1/docs/advanced/auto-generating-keys (thanks to @BlueCutOfficial and @mansona).
- You can lazily load translations in v2 apps if they are in a single translation file. See
docs/my-v2-app-with-lazy-loaded-translations
for an example (thanks to @mkszepp, @johanrd, and @Techn1x).