mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a18981ab7b
Moves the `src/tools` folder of the `@angular/localize` package into the top-level of the package. This is in preparation of actually exposing an entry-point for the tools that can be accessed using `@angular/localize/tools`. We want to expose such an entry-point because the CLI currently deep-imports into various places of the tools, but this will not work well with strict ESM because the localize tool depends on the v13 strict ESM packages like the `@angular/compiler` or `@angular/compiler-cli`. PR Close #43431
13 lines
438 B
XML
13 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE translationbundle [<!ELEMENT translationbundle (translation)*>
|
|
<!ATTLIST translationbundle lang CDATA #REQUIRED>
|
|
|
|
<!ELEMENT translation (#PCDATA|ph)*>
|
|
<!ATTLIST translation id CDATA #REQUIRED>
|
|
|
|
<!ELEMENT ph EMPTY>
|
|
<!ATTLIST ph name CDATA #REQUIRED>
|
|
]>
|
|
<translationbundle lang="it">
|
|
<translation id="3291030485717846467">Ciao, <ph name="PH"/>!</translation>
|
|
</translationbundle> |