summaryrefslogtreecommitdiffstats
path: root/po/fake_c.pl
Commit message (Collapse)AuthorAgeFilesLines
* fix escapingThierry Vignaud2003-11-171-1/+1
|
* fix xgettext vs perl bug: perl need special caraters "$", "@", "*" andThierry Vignaud2003-11-171-0/+2
| | | | | | | | | "%" to be escaped in doble quotes strings but xgettext doesn't know anything about that and just hapilly extract "blabla \@users blabla" whereas perl will pass "blabla @users blabla" to gettext at runtime which will make gettext to fail :-(
* copied fake_c.pl from other modules, and converted wiz2pot intoPablo Saratxaga2002-08-231-0/+22
wiz2fake_c; so now the pot file can be easily rebuild to match the source files.