Dan, > 1. I got an error when I ran "tg-admin i18n scan" because the "locales" > directory was not created. This should be created automatically if it > does not exist.
Fixed. And a test case added. > 2. The error I pointed out above occurred because the .po file was not > saved using UTF-8 encoding. The codecs module should be used here to > enforce this. Sorry, Do you mean that i18n tool saves .po incorrectly? Or fails to compile? FWIW, my code just calls msgfmt.make(). Can you please provide a sample file or error traceback? Max.

