diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-13 15:57:54 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-13 15:57:54 +0100 |
commit | 49a5354005a9646ae5d4f6e838a1861413eec2a9 (patch) | |
tree | b9fd5dd96a6c327e86f4c276c75565b38b10d022 | |
parent | Add translations meson option to build and install translations (diff) | |
download | smolbote-49a5354005a9646ae5d4f6e838a1861413eec2a9.tar.xz |
Add lang/meson.build
-rw-r--r-- | lang/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/meson.build b/lang/meson.build new file mode 100644 index 0000000..eeb96ff --- /dev/null +++ b/lang/meson.build @@ -0,0 +1,4 @@ + +# translations +qt5.compile_translations(ts_files: 'bg.ts', install: get_option('translations').enabled(), install_dir: get_option('datadir') / 'smolbote/translations' , build_by_default: false) + |