Skip to content

Commit 553214a

Browse files
meson: Make i18n targets work
Regenerating the po(t) files is now possible with: - meson compile -C build audacious-plugins-pot - meson compile -C build audacious-plugins-update-po See also: https://mesonbuild.com/i18n-module.html#i18ngettext
1 parent f8eece5 commit 553214a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

po/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ i18n = import('i18n')
44
i18n.gettext('audacious-plugins',
55
args: [
66
'--default-domain=audacious-plugins',
7+
'--package-name=Audacious Plugins',
78
'--language=C',
89
'--keyword=_',
910
'--keyword=N_',
1011
'--from-code=UTF-8',
11-
'--msgid-bugs-address="https://github.com/audacious-media-player/audacious/issues"',
12+
'--msgid-bugs-address=https://github.com/audacious-media-player/audacious/issues',
1213
'--directory=@0@'.format(meson.current_source_dir()),
13-
'--files-from=POTFILES.in'
1414
]
1515
)

0 commit comments

Comments
 (0)