Tagged Questions
2
votes
1answer
221 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? ...
1
vote
1answer
124 views
Handling plurals using xgettextt with --extract-all
Using --extract-all with xgettext does not work with plurals. Using the answer to I18n C++ hello world with plurals as the C++ code here are two tests using xgettext.
cat >helloplurals.cxx ...