Start working on a desktop file

This commit is contained in:
David Boddie
2019-06-26 18:17:54 +02:00
parent 664f05edba
commit 346ed453ef
4 changed files with 31 additions and 0 deletions

9
po/meson.build Normal file
View File

@ -0,0 +1,9 @@
i18n.gettext('squeekboard',
preset: 'glib',
args: [
'--copyright-holder=Purism SPC',
'--package-name=Squeekboard',
'--package-version=' + meson.project_version(),
'--msgid-bugs-address=dorota.czaplejewicz@puri.sm'
]
)