diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:17:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:17:06 +0000 |
commit | 744613caa871bccf3d490b11bfd6c16b180e79f7 (patch) | |
tree | dea28958854eba5e608bc718638214d2d2de7a81 /po/meson.build | |
parent | Initial commit. (diff) | |
download | gsettings-desktop-schemas-744613caa871bccf3d490b11bfd6c16b180e79f7.tar.xz gsettings-desktop-schemas-744613caa871bccf3d490b11bfd6c16b180e79f7.zip |
Adding upstream version 43.0.upstream/43.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..f756f30 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,3 @@ +i18n = import('i18n') + +i18n.gettext(gsettings_desktop_schemas_name, preset: 'glib') |