mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-14 06:43:56 +00:00
po: use custom ITS rules when extracting messages
This way the custom rules for translating MIME types are used, and thus the MIME type XML files are properly extracted. Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
e4e6462818
commit
9957a6d6d8
@ -41,7 +41,8 @@ SED_PO_FIXUP_ARGS = \
|
||||
$(NULL)
|
||||
|
||||
virt-viewer.pot:
|
||||
$(XGETTEXT) -o $(POTFILE)-t $(XGETTEXT_ARGS) \
|
||||
GETTEXTDATADIR=$(top_srcdir)/data/gettext \
|
||||
$(XGETTEXT) -o $(POTFILE)-t $(XGETTEXT_ARGS) \
|
||||
--files-from=$(abs_srcdir)/POTFILES
|
||||
$(SED) $(SED_PO_FIXUP_ARGS) < $(POTFILE)-t > $(POTFILE)
|
||||
rm -f $(POTFILE)-t
|
||||
|
||||
Loading…
Reference in New Issue
Block a user