angular-cn/packages/localize
Pete Bacon Darwin 870d189433 refactor(ivy): i18n - run-time translation API to use message-id (#32594)
Previously the translation key used for translations was the `SourceMessage`
but it turns out that this is insufficient because "meaning" and "custom-id"
metadata affect the translation key.

Now run-time translation is keyed off the `MessageId`.

PR Close #32594
2019-09-17 09:17:44 -07:00
..
init feat(ivy): i18n - add syntax support for `$localize` metadata block (#32594) 2019-09-17 09:17:44 -07:00
src refactor(ivy): i18n - run-time translation API to use message-id (#32594) 2019-09-17 09:17:44 -07:00
test refactor(ivy): i18n - run-time translation API to use message-id (#32594) 2019-09-17 09:17:44 -07:00
BUILD.bazel
index.ts feat(ivy): i18n - add syntax support for `$localize` metadata block (#32594) 2019-09-17 09:17:44 -07:00
localize.ts
package.json