add po similar to template

This commit is contained in:
2022-07-17 18:26:46 +02:00
parent eaed5b6117
commit 8c04a56c07
4 changed files with 5 additions and 0 deletions

View File

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

0
po/LINGUAS Normal file
View File

3
po/POTFILES Normal file
View File

@@ -0,0 +1,3 @@
data/org.kuchelmeister.toolbxtuner.desktop.in
data/org.kuchelmeister.toolbxtuner.appdata.xml.in
data/org.kuchelmeister.toolbxtuner.gschema.xml

1
po/meson.build Normal file
View File

@@ -0,0 +1 @@
i18n.gettext('toolbx-tuner', preset: 'glib')