mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-12 08:21:16 -04:00
Made NLS support contingent on having msgfmt, removed the deprecated meson.source_root(), and updated the translations
This commit is contained in:
parent
4cee7c4014
commit
740c8c3393
45 changed files with 2608 additions and 692 deletions
|
|
@ -3,7 +3,9 @@ add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name().to_lower() +
|
|||
'-DLOCALEDIR="' + get_option('prefix') + '/' + get_option('localedir') + '"',
|
||||
language:'c')
|
||||
i18n.gettext(meson.project_name().to_lower(),
|
||||
args: ['--directory=' + meson.source_root(),
|
||||
args: ['--directory=' + source_root,
|
||||
'--add-comments=TRANSLATORS',
|
||||
'--no-location',
|
||||
'--keyword=_',
|
||||
'--msgid-bugs=https://github.com/wizbright/waybox/issues']
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue