Closed lslezak closed 11 years ago
Our project, YaST installer and system management tool, switched to Ruby recently.
Previously we used GNU xgettext
for extracting translatable strings, with Ruby we switched to rxgettext
. However it turned out that --add-comments
option which we use is not supported by rxgettext
.
This pull request adds this option for better GNU gettext compatibility.
Thanks for your pull requests! I'll merge your works after I reconstruct the current parser related codes. Please wait it.
OK, thanks!
Sorry for my late work. :< I've implemented it in master.
Added to be compatible with GNU xgettext.
The default value is
TRANSLATORS:
for backward compatibility.