Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix escaping | Thierry Vignaud | 2003-11-17 | 1 | -1/+1 |
| | |||||
* | fix xgettext vs perl bug: perl need special caraters "$", "@", "*" and | Thierry Vignaud | 2003-11-17 | 1 | -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 into | Pablo Saratxaga | 2002-08-23 | 1 | -0/+22 |
wiz2fake_c; so now the pot file can be easily rebuild to match the source files. |