I forgot to add one detail, how to make a new translation:
- Start with the template file:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-devel/0.41... 2) rename it to your locale, using the language and maybe country code:
- Bulgarian has only one locale, so the file would be bg.po
- Chinese differs based on country, so it could be zh_CN.po, zh_HK.po,
or zh_TW.po 3) the file most be encoded using UTF-8
To run Pd-devel with your translation:
- svn co
https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-devel/0.... 2) stick your .po into 0.41.4/po/ 3) cd 0.41.4/src/locale 4) ./generate-msg.sh (you'll need to have gettext installed) 5) cd ../.. (i.e. back in the root folder of the source, 0.41.4) 6) ./autogen.sh && .configure && make
Hi,
I could have some time to work on this, the portugal portuguese version.
what are the steps to take on a windows system?