Initialize gettext

This commit is contained in:
Guido Günther
2021-12-03 18:57:59 +01:00
parent 9fbb974ce4
commit 964f1da305
6 changed files with 19 additions and 2 deletions

0
po/LINGUAS Normal file
View File

1
po/POTFILES.in Normal file
View File

@ -0,0 +1 @@
data/popup.ui

2
po/meson.build Normal file
View File

@ -0,0 +1,2 @@
i18n = import('i18n')
i18n.gettext('squeekboard', preset : 'glib')