Robin Dunn wrote:
Pierre Rouleau wrote:
I created a script that creates the first .pot file from parsing all .py files in a directory, merges the existing .po with the new generated file (makeing a list of any change) and that can create the .mo files from compiling the .po files that are in the directory. If anyone is interested let me know and I'll email it or post it somewhere.
The wiki would be a good place for it. After the i18n questions that
have come up lately it is clear that having a few cookbook entries about
it would be nice to have. I've added a new category for it: http://wiki.wxpython.org/index.cgi/RecipesInternationaliazation
OK, i posted 2 files and a little explanation in the wiki. One of the file is a complete python script.
The other is a HTML file that provides a i18n overview. I wrote the file in reStructuredText and used Docutil to translate it into HTML. I posted to HTML file but accessing it is a little awkward. When you click on the link you get to download the file instead of just acessing it. Is it possible to set it as a real html link? Another thing: that html is using its own CSS (but the default will work too): is it possible to upload that too?
You can tell i'm new to wikis...
Thanks
Pierre