Initial translations support

Most of the app is now translatable, so put a POT file in git and make app use translations if available
This commit is contained in:
Rafał Dzięgiel
2021-08-25 11:23:43 +02:00
parent 8ca4c30beb
commit a1ce04edfa
7 changed files with 373 additions and 0 deletions

1
po/meson.build Normal file
View File

@@ -0,0 +1 @@
i18n.gettext(meson.project_name(), preset: 'glib')