bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64490] xgettext-0.22 makes --join-existing less useful


From: Bruno Haible
Subject: [bug #64490] xgettext-0.22 makes --join-existing less useful
Date: Sat, 16 Sep 2023 19:36:50 -0400 (EDT)

Follow-up Comment #4, bug #64490 (project gettext):


> Perhaps it'd be good to use -o to suppress this warning anyway

Yes, regardless of gettext version, you profit of the .pot suffix handling by
replacing

--default-domain=$(PACKAGE)

with

-o $(PACKAGE)-tmp.pot

(twice) and

< $(PACKAGE).po > $@-t

with

< $(PACKAGE)-tmp.pot > $@-t




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64490>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]