Is there a way to just use xgettext instead of the Clang plugin? #6
Replies: 1 comment
|
As far as I can tell It's not really a full solution, but if you just want to avoid having to use clang as a main compiler and having to load a plugin, you can try the (undocumented) It is build next to the plugin in |
Uh oh!
There was an error while loading. Please reload this page.
In a system where is impractical to use
clang, like servers, there is a way to usegccinstead and the oldxgettextbinary to generate the translation files?All reactions