blob: d8b8c51cb070666737185b088100d34f30d10550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
i18n.gettext(
'pacman-scripts',
args : [
'--directory=@0@'.format(meson.current_source_dir()),
'--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3',
'--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"',
'--language', 'shell',
'--keyword=_',
'--flag=_:1:c-format',
'--keyword=_n:1,2',
'--flag=_n:1:c-format',
'--flag=_n:2:c-format',
])
|