Hi Nicolas,<br><br><div class="gmail_quote">On 14 August 2012 10:01, Nicolas Pettiaux <span dir="ltr"><<a href="mailto:nicolas@pettiaux.be" target="_blank">nicolas@pettiaux.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":15s">* insert something like "import i18n.py" or "from gettext import<br>
gettext as _" at the beginning of the file,<br>
* wrap the visible strings (window titles, dialog titles,<br>
notifications, labels, button labels and so on) with the '_()'<br>
function.</div></blockquote></div><br>I've seen how gettext works from within the code, and I agree that it does seem simple. Can I ask about logistics:<br><br>* Do the message catalogues need a build step, and what does that require?<br>

* Where does gettext look for the message catalogues?<br>* Do you envisage us shipping the message catalogues as part of a standard IPython download? Or would they be separate 'language pack' downloads?<br>* How would it be delivered through our different channels:<br>

  - Linux distro repositories<br>  - Python distros (EPD, Python(x,y))<br>  - Windows separate install<br>  - The various Mac repository systems<br>  - People installing from PyPI<br><br>Thanks,<br>Thomas<br>