v7.0.2
版本发布时间: 2024-06-10 16:11:45
ember-intl/ember-intl最新发布版本:v7.0.6(2024-09-09 14:26:10)
The intl
service's getTranslation()
is now a public method, so that you may keep extracting a translation message's arguments as you might have done with lookup()
in v6
. I went with a patch release (instead of a minor), since changing lookup()
to be a private method in v7.0.0-beta.6
could be considered a regression.
The documentations for {{t}}
helper and intl
service have been updated so that end-developers may know what to do when a translation has arguments with missing values.