diff options
author | Wu Xiaotian <[email protected]> | 2019-05-11 00:42:21 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-21 09:16:57 +0200 |
commit | d98d60a74976e544c2a844f41dd00db9d9ac999a (patch) | |
tree | 8de0408116be4acb09c0769132c25c4c2c71aac2 /po | |
parent | 2beed2049f2822066eb2c571aa289f7a2a9f2dc5 (diff) | |
download | mozo-d98d60a74976e544c2a844f41dd00db9d9ac999a.tar.bz2 mozo-d98d60a74976e544c2a844f41dd00db9d9ac999a.tar.xz |
use meson to build
Diffstat (limited to 'po')
-rw-r--r-- | po/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..7f6dab8 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext(meson.project_name(), preset: 'glib',) |