Tagged Questions
2
votes
1answer
231 views
xgettext - extract translatable strings and update .pot
I have inherited a sample.pot file. Now, I have added new messages in a1.c and a2.cpp. Is it possible for me to use xgettext and output the contents to same sample.pot instead of creating a new one? ...