diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:32:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:32:59 +0000 |
commit | adb934701975f6b0214475d1a8d0d1ce727b9d4d (patch) | |
tree | 5688c745d10b64c8856586864ec416a6bdae881d /po/meson.build | |
parent | Initial commit. (diff) | |
download | gedit-bea8f1585f030ea0859221d17717c77aa3e1f4b5.tar.xz gedit-bea8f1585f030ea0859221d17717c77aa3e1f4b5.zip |
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..75c9c97 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,7 @@ +i18n.gettext( + meson.project_name(), + preset: 'glib', + args: [ + '--keyword=Description', + ] +) |