Menu

Trac Commit Log


Commit Date  
[r6993] by jruigrok

Add more translation strings.

Submitted by: Kim Taedong
See: #5477

2008-05-03 14:55:09 Tree
[r6992] by jruigrok

Regenerate POT.

2008-05-03 14:34:17 Tree
[r6991] by jruigrok

Use the proper incantation for _().

2008-05-03 14:33:14 Tree
[r6990] by jonas

spam-filter: SpamBayes sometimes produce invalid utf-8 sequences that need to be sanitized before being sent to the database.

2008-05-03 11:10:43 Tree
[r6989] by jruigrok

Regenerate POT.

2008-05-03 10:58:13 Tree
[r6988] by jruigrok

Add two more translation hints.

2008-05-03 10:51:21 Tree
[r6987] by jruigrok

No need to track sandbox/i18n anymore.

2008-05-03 08:35:42 Tree
[r6986] by jruigrok

Merge the i18n branch into trunk.

2008-05-03 08:34:06 Tree
[r6985] by jruigrok

Prepare merging for i18n.

2008-05-03 07:45:09 Tree
[r6984] by cboos

`TracError` message can be directly converted to unicode.

This avoids error when calling `unicode(e)` when `e` is a `TracError` containing an unicode message. Without the present change, `e` would first be converted to a `str`, ''then'' that `str` to an unicode object. Needless to say, the first conversion will usually trigger an UnicodeEncodeError, as the default character set is usually 'ascii'.

Fixes #5981, thanks to Shun-ichi Goto for the patch.

2008-05-02 16:31:31 Tree
Older >