diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-01-22 01:01:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 01:01:29 +0200 |
| commit | 4316b71017e1f4ca0d3d65f675e6cdceb3330d97 (patch) | |
| tree | 69070743b7a206aaa11947f31cfec70762f3de97 /test cases/frameworks/6 gettext/test.json | |
| parent | 2a992526045b702a8ab72968c98fef9f9e189d2b (diff) | |
| parent | 02fb0c3f8bb60d88998c8a8c7d090ecc864ed04c (diff) | |
| download | meson-4316b71017e1f4ca0d3d65f675e6cdceb3330d97.tar.gz | |
Merge pull request #9742 from ximion/wip/itstool
i18n: Add support for joining XML localization via itstool
Diffstat (limited to 'test cases/frameworks/6 gettext/test.json')
| -rw-r--r-- | test cases/frameworks/6 gettext/test.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/frameworks/6 gettext/test.json b/test cases/frameworks/6 gettext/test.json index df9743095..910fc1c74 100644 --- a/test cases/frameworks/6 gettext/test.json +++ b/test cases/frameworks/6 gettext/test.json @@ -11,7 +11,8 @@ {"type": "file", "file": "usr/share/applications/test3.desktop"}, {"type": "file", "file": "usr/share/applications/test4.desktop"}, {"type": "file", "file": "usr/share/applications/test5.desktop"}, - {"type": "file", "file": "usr/share/applications/test6.desktop"} + {"type": "file", "file": "usr/share/applications/test6.desktop"}, + {"type": "file", "file": "usr/share/metainfo/com.mesonbuild.test.intlprog.metainfo.xml"} ], "matrix": { "options": { |
