feat: basic gettext setup

This commit is contained in:
Lleyton Gray
2023-10-21 01:02:10 -07:00
parent 28417a20e0
commit 86aa8b9644
5 changed files with 972 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ gnome = import('gnome')
subdir('data')
subdir('src')
subdir('po')
gnome.post_install(
glib_compile_schemas: true,