test: do not store generated i18n files in git (#34135)
PR Close #34135
This commit is contained in:
parent
80d326bd49
commit
0971d305e1
|
@ -7,6 +7,9 @@
|
|||
# Only exists if Bazel was run
|
||||
/bazel-out
|
||||
|
||||
# extracted i18n messages
|
||||
src/locale
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en-US" datatype="plaintext" original="ng2.template">
|
||||
<body>
|
||||
<trans-unit id="f67d33573c0e555c44bacc91043bef723bdd184b" datatype="html">
|
||||
<target> Hallo <x id="INTERPOLATION" equiv-text="{{ title }}"/>! </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/app.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en-US" datatype="plaintext" original="ng2.template">
|
||||
<body>
|
||||
<trans-unit id="f67d33573c0e555c44bacc91043bef723bdd184b" datatype="html">
|
||||
<target> Bonjour <x id="INTERPOLATION" equiv-text="{{ title }}"/>! </target>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/app.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en-US" datatype="plaintext" original="ng2.template">
|
||||
<body>
|
||||
<trans-unit id="f67d33573c0e555c44bacc91043bef723bdd184b" datatype="html">
|
||||
<source> Hello <x id="INTERPOLATION" equiv-text="{{ title }}"/>! </source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/app.component.html</context>
|
||||
<context context-type="linenumber">1</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
Loading…
Reference in New Issue