Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
po
/
meson.build
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
build
7 lines
233 Bytes
Copy permalink
Copy
Raw
1
i18n
=
import
(
'i18n'
)
2
3
if
find_program
(
'xgettext'
,
required
:
get_option
(
'gettext'
)).
found
()
4
i18n
.
gettext
(
meson
.
project_name
(),
5
args
:
'--msgid-bugs-address=qemu-devel@nongnu.org'
,
6
preset
:
'glib'
)
7
endif