aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-13 15:57:54 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-13 15:57:54 +0100
commit49a5354005a9646ae5d4f6e838a1861413eec2a9 (patch)
treeb9fd5dd96a6c327e86f4c276c75565b38b10d022 /lang
parentAdd translations meson option to build and install translations (diff)
downloadsmolbote-49a5354005a9646ae5d4f6e838a1861413eec2a9.tar.xz
Add lang/meson.build
Diffstat (limited to 'lang')
-rw-r--r--lang/meson.build4
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)
+