Partially allow combination of several TEXT tokens. It seems that this
[koha.git] / misc / translator / TmplTokenizer.pm
2004-02-20 acliPartially allow combination of several TEXT tokens...
2004-02-20 acliSupport %0.0s notation so that we can omit the %s as...
2004-02-20 acliTry to not display like 40-line warnings too often
2004-02-20 acliEscape ISO8859-1 characters. msgmerge still hates these...
2004-02-19 acliNew scripts for translation into Chinese and other...
2004-02-18 acliWarn against Apache #include directive
2004-02-17 acliThe previous change was wrong.
2004-02-17 acliAllow trim to return the trimmed whitespace if the...
2004-02-17 acliInsert the filename of the token into the TmplToken...
2004-02-17 acliConverted TmplTokenizer into a class. Everything still...
2004-02-17 acliStill more bugfixes for my own bugs.
2004-02-17 acliFurther breaking up of the TmplTokenizer module.
2004-02-16 acliAvoid direct accessing of variables inside the module
2004-02-16 acliSome functions should not be in the module; these are...
2004-02-16 acliPulled the tokenizer out into a module. Hope this has...