On Jan 31, 2006, at 4:32 PM, Jorge Godoy wrote:
Bob Ippolito <[EMAIL PROTECTED]> writes:
jsonify is easy enough to fix -- just add another generic
function that
checks for that type and Does The Right Thing.
This should work:
http://trac.turbogears.org/turbogears/ticket/497
Wow! You're fast! :-) Thanks Bob! I believe that from this patch
you're +1
for this...
Sounds like a practical thing to do. Lowering the barriers to i18n
is key if you want any of us stupid Americans to implement it ;)
Using the _ function is definitely the de facto standard, whether
through gettext or other means.
It's pretty easy to analyze code and build string tables if you're
using _, too.. I wrote a trivial one a while back:
http://tinyurl.com/b5bp7
-bob