mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
feat: adds localization to newly created angular app
This commit is contained in:
14
src/locales/messages.xlf
Normal file
14
src/locales/messages.xlf
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="de" datatype="plaintext" original="ng2.template">
|
||||
<body>
|
||||
<trans-unit id="f3568c7ea2c6cd41cc00b5f08ac6427549982e32" datatype="html">
|
||||
<source>Hallo Welt</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>
|
||||
Reference in New Issue
Block a user