v4.1.0
版本发布时间: 2015-07-09 00:16:31
jamesarosen/ember-i18n最新发布版本:v5.3.0(2018-10-23 00:30:55)
-
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