mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-06 14:13:28 -06:00
po: meson: drop --join-existing from gettext arguments
With setup.py we cleared po/virt-manager.pot file and created a new fresh content using gettext. I missed that fact when converting to meson and with the --join-existing argument the comments for each msgid were growing with references to their location in source files. There is no need to clear the file and generate it again because removing the --join-existing will end up with the same result. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
17f171cdb7
commit
14a6bd64ed
@ -29,6 +29,5 @@ i18n.gettext(
|
||||
'--msgid-bugs-address=https://github.com/virt-manager/virt-manager/issues',
|
||||
'--package-version=@0@'.format(meson.project_version()),
|
||||
'--sort-by-file',
|
||||
'--join-existing',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user