Anura can read po files!


#1

Recently some code of mine was merged so that anura can read po files directly and you won’t need to use mo files at all!
I would very much appreciate testing / feedback on this.

To use it, simply put po files where previously you would put mo files. (The filename doesn’t matter anymore, only the extension. All mo and po files in /LC_MESSAGES/ will be parsed.)

Especially I would like to know:

  • Is some feature missing / wrongly implemented
  • Is it noticeably slow for you
  • Does it not complain loudly enough / not give good messages when part of the po file is broken

Thanks!

(Note also that if you have problems, you can get additional output by setting --log-level=debug and looking for entries starting i18n:.)