diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-23 22:36:17 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-02-23 22:36:17 +0200 |
commit | 914e2be5f52f19a995649bed047e9d2d814a6a42 (patch) | |
tree | 53b82dc4d04acdc4522b695e8aec972913bd832c /lang | |
parent | SubWindow: closing tab restores previous index (diff) | |
download | smolbote-914e2be5f52f19a995649bed047e9d2d814a6a42.tar.xz |
Add WIP Python REPL interface
- Requires Python >= 3.0.0 and linenoise or linenoise-ng
- WIP: not built into the browser itself
Diffstat (limited to 'lang')
-rw-r--r-- | lang/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/meson.build b/lang/meson.build index eeb96ff..8c4a820 100644 --- a/lang/meson.build +++ b/lang/meson.build @@ -1,4 +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) +mod_qt5.compile_translations(ts_files: 'bg.ts', install: get_option('translations').enabled(), install_dir: get_option('datadir') / 'smolbote/translations' , build_by_default: false) |