Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1943: __init__.patch

File __init__.patch, 414 bytes (added by jbinney, 3 years ago)
  • .py

    old new  
    123123            msg_id = msg_id.decode('utf-8') 
    124124            translated = i18n.utils.google_translate( 
    125125                    from_lang, to_lang, msg_id) 
    126             translated = translated.encode('utf-8') 
    127126            catalog.update(path, msg_id, translated) 
    128127 
    129128    [expose(format='json')]