Re: [PATCH] (#2) Gettext save: be sure that comment lines start with #
Nicolas Goutte <[email protected]> Sat, 29 Oct 2005 23:42:47 +0200
| Newsgroups | gmane.comp.kde.devel.kbabel |
|---|---|
| Message-ID | <[email protected]> |
On Friday 28 October 2005 22:07, Nicolas Goutte wrote: > The attached patch is for kdesdk/kbabel/filters/gettext/gettextexport.cpp I have committed it. (But feedback is still welcomed. :-) > > The change makes sure that, while saving Gettext, each comment line starts > with a #, even if the user has not taken care about it. > > Compared to the previous version of the patch, this one checks the white > space. > > (However I have seen that leading spaces and empty lines are removed anyway > at thenext load by KBabel or by processing by Gettext tools.) > > Have a nice day!