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 /docs/markdown/snippets | |
| parent | e60d358e0482edc56b6441aaa3021d83dd14b527 (diff) | |
| download | meson-02fb0c3f8bb60d88998c8a8c7d090ecc864ed04c.tar.gz | |
i18n: Add support for joining XML localization via itstool
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/i18n-itstool_join-added.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/i18n-itstool_join-added.md b/docs/markdown/snippets/i18n-itstool_join-added.md new file mode 100644 index 000000000..53e8d61c8 --- /dev/null +++ b/docs/markdown/snippets/i18n-itstool_join-added.md @@ -0,0 +1,5 @@ +## Added support for XML translations using itstool + +XML files can now be translated easier by using `itstool` via +`i18n.itstool_join()`. This ensures the XML is translated correctly +based on the defined ITS rules for the specific XML layout. |
