diff options
author | zhuyaliang <[email protected]> | 2023-06-01 20:38:12 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-06-01 19:26:53 +0000 |
commit | aa2e7876d6c1518e2a2419755e9d618e9be61ec6 (patch) | |
tree | ac47aa394bf7f4e30b8c41b6f21f460b9a9c397e /po | |
parent | bcbcc533539f7d27910f35e01f17240e8c72cdad (diff) | |
download | libmatekbd-aa2e7876d6c1518e2a2419755e9d618e9be61ec6.tar.bz2 libmatekbd-aa2e7876d6c1518e2a2419755e9d618e9be61ec6.tar.xz |
Add meson compilation support
Diffstat (limited to 'po')
-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..9d25185 --- /dev/null +++ b/po/meson.build @@ -0,0 +1,3 @@ +i18n = import('i18n') + +i18n.gettext(gettext_domain, preset : 'glib')
\ No newline at end of file |