Tagged Questions
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 ...