1
0

Add translation file

Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
2025-06-14 18:05:01 +01:00
parent 4ba79c9900
commit 1057063648

11
i18n/messages.de.xlf Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.1" version="2.1" srcLang="en-US" trgLang="de-DE">
<file id="messages.en_US">
<unit id="hello_world" name="index.hello_world">
<segment>
<source>Hello %%name%%</source>
<target>Hallo %%name%%</target>
</segment>
</unit>
</file>
</xliff>