mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
po/meson.build: minor formatting
This commit is contained in:
parent
1495708095
commit
edd674f96b
1 changed files with 13 additions and 6 deletions
|
|
@ -1,11 +1,18 @@
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"',
|
|
||||||
|
add_project_arguments(
|
||||||
|
'-DGETTEXT_PACKAGE="' + meson.project_name() + '"',
|
||||||
'-DLOCALEDIR="' + get_option('prefix') / get_option('localedir') + '"',
|
'-DLOCALEDIR="' + get_option('prefix') / get_option('localedir') + '"',
|
||||||
language:'c')
|
language:'c',
|
||||||
i18n.gettext(meson.project_name(),
|
)
|
||||||
args: ['--directory=' + source_root,
|
|
||||||
|
i18n.gettext(
|
||||||
|
meson.project_name(),
|
||||||
|
args: [
|
||||||
|
'--directory=' + source_root,
|
||||||
'--add-comments=TRANSLATORS',
|
'--add-comments=TRANSLATORS',
|
||||||
'--keyword=_',
|
'--keyword=_',
|
||||||
'--msgid-bugs=https://github.com/labwc/labwc/issues'],
|
'--msgid-bugs=https://github.com/labwc/labwc/issues',
|
||||||
preset: 'glib'
|
],
|
||||||
|
preset: 'glib',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue