Filipe Silva
27b9eb5e38
build: use CLI rc.8 ( #34788 )
...
PR Close #34788
2020-01-17 13:42:41 -05:00
Filipe Silva
4857c53a49
test: add cli-hello-world-ivy-i18n integration test ( #33510 )
...
PR Close #33510
2019-11-01 17:50:56 +00:00
Filipe Silva
4e7ffbfbac
test: rename cli-hello-world-ivy-i18n to just ivy-i18n ( #33510 )
...
It's not testing CLI i18n integration, it's instead testing localize itself over CLI bundles.
PR Close #33510
2019-11-01 17:50:56 +00:00
Pete Bacon Darwin
d1246a1d10
test(ivy): i18n - reenable ivy i18n runtime integration test ( #33462 )
...
PR Close #33462
2019-10-29 11:50:52 -07:00
Pete Bacon Darwin
f4160b5d5d
test(ivy): i18n - add XMB e2e integration test ( #33462 )
...
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 #33462
2019-10-29 11:50:52 -07:00
Pete Bacon Darwin
f76b370d70
test: update ivy i18n integration test ( #33314 )
...
The integration test now checks that the locale inlining is working.
PR Close #33314
2019-10-24 10:16:26 -07:00
Filipe Silva
3ae72dccfb
test: update integration/cli-hello-world-ivy-i18n project structure ( #33175 )
...
PR Close #33175
2019-10-21 15:54:06 -04:00
Filipe Silva
abd2a58c67
test: update Angular CLI deps for integration tests ( #32957 )
...
PR Close #32957
2019-10-21 11:27:42 -04:00
Pete Bacon Darwin
f433d6604b
feat(ivy): i18n - support source locale inlining ( #33101 )
...
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 #33101
2019-10-14 20:32:57 +00:00
Pete Bacon Darwin
009cab8dce
test(ivy): i18n - add compile time translation to integration test ( #32881 )
...
PR Close #32881
2019-10-09 13:19:38 -07:00
Pete Bacon Darwin
fca3e79415
test(ivy): i18n - add legacy-id-mode integration test ( #32937 )
...
PR Close #32937
2019-10-03 12:12:55 -07:00
Pete Bacon Darwin
8cdfcc5489
test(ivy): add cli-hello-world-ivy-i18n integration test ( #31609 )
...
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 #31609
2019-08-30 12:53:26 -07:00