12 Commits

Author SHA1 Message Date
Filipe Silva
27b9eb5e38 build: use CLI rc.8 ()
PR Close 
2020-01-17 13:42:41 -05:00
Filipe Silva
4857c53a49 test: add cli-hello-world-ivy-i18n integration test ()
PR Close 
2019-11-01 17:50:56 +00:00
Filipe Silva
4e7ffbfbac test: rename cli-hello-world-ivy-i18n to just ivy-i18n ()
It's not testing CLI i18n integration, it's instead testing localize itself over CLI bundles.

PR Close 
2019-11-01 17:50:56 +00:00
Pete Bacon Darwin
d1246a1d10 test(ivy): i18n - reenable ivy i18n runtime integration test ()
PR Close 
2019-10-29 11:50:52 -07:00
Pete Bacon Darwin
f4160b5d5d test(ivy): i18n - add XMB e2e integration test ()
This integration test now does a full e2e test of:

* extraction -> build -> translation - serve

for both XLIFF 1.2 and XMB formats.

Resolves https://github.com/angular/angular/pull/33444#issuecomment-547146280

PR Close 
2019-10-29 11:50:52 -07:00
Pete Bacon Darwin
f76b370d70 test: update ivy i18n integration test ()
The integration test now checks that the locale inlining is working.

PR Close 
2019-10-24 10:16:26 -07:00
Filipe Silva
3ae72dccfb test: update integration/cli-hello-world-ivy-i18n project structure ()
PR Close 
2019-10-21 15:54:06 -04:00
Filipe Silva
abd2a58c67 test: update Angular CLI deps for integration tests ()
PR Close 
2019-10-21 11:27:42 -04:00
Pete Bacon Darwin
f433d6604b feat(ivy): i18n - support source locale inlining ()
Add a new flag to `localize-translate` that allows the
source locale to be specified. When this locale is
provided an extra copy of the files is made for this
locale where the is no translation but all the calls to
`$localize` are stripped out.

Resolves FW-1623

PR Close 
2019-10-14 20:32:57 +00:00
Pete Bacon Darwin
009cab8dce test(ivy): i18n - add compile time translation to integration test ()
PR Close 
2019-10-09 13:19:38 -07:00
Pete Bacon Darwin
fca3e79415 test(ivy): i18n - add legacy-id-mode integration test ()
PR Close 
2019-10-03 12:12:55 -07:00
Pete Bacon Darwin
8cdfcc5489 test(ivy): add cli-hello-world-ivy-i18n integration test ()
This test uses localization in the `AppComponent` component:

* an `i18n` attribute in the template
* a call to the `$localize` tag in the component constructor

PR Close 
2019-08-30 12:53:26 -07:00