diff options
| author | Matthias Klumpp <matthias@tenstral.net> | 2021-12-18 04:26:46 +0100 |
|---|---|---|
| committer | Matthias Klumpp <matthias@tenstral.net> | 2022-01-21 22:26:17 +0100 |
| commit | 02fb0c3f8bb60d88998c8a8c7d090ecc864ed04c (patch) | |
| tree | d94965290f00c5d1a4173c274ca9575328a43624 /test cases/frameworks/6 gettext/po/de.po | |
| parent | e60d358e0482edc56b6441aaa3021d83dd14b527 (diff) | |
| download | meson-02fb0c3f8bb60d88998c8a8c7d090ecc864ed04c.tar.gz | |
i18n: Add support for joining XML localization via itstool
Diffstat (limited to 'test cases/frameworks/6 gettext/po/de.po')
| -rw-r--r-- | test cases/frameworks/6 gettext/po/de.po | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/frameworks/6 gettext/po/de.po b/test cases/frameworks/6 gettext/po/de.po index 8d9d6e7b6..1e4693bc2 100644 --- a/test cases/frameworks/6 gettext/po/de.po +++ b/test cases/frameworks/6 gettext/po/de.po @@ -20,3 +20,7 @@ msgstr "" #: src/intlmain.c:15 msgid "International greeting." msgstr "Internationale Gruss." + +#: data/com.mesonbuild.test.dummy.metainfo.xml:19 +msgid "This is <code>text</code> with <em>embedded XML tags</em>. Nice!" +msgstr "Dies ist <code>Text</code> mit <em>eingebetteten XML Tags</em>. Toll!" |
