This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
v4.1.0
service:i18n
now has alocales
property that lists available locales- support passing an
Array
of fallback keys viadefault: [...]
- if the app specifies an unknown locale, fall back to the configuration for
zh
and print a warning instead of throwing an exception - use
Object.keys
, notEmber.keys
for enumerating properties - destroy the
Stream
created in the legacy helper (pre-Glimmer) when its view is destroyed - test against Ember 1.12