wxWidgets uses a certain number of user-readable strings such as "help"
or "Load file"
which should be translated to the users language if it is different from English.
wxWidgets has built in support for internationalization (i18n from now on) which allows for this to happen automatically if the translations to the current language are available.
You may find here the list of all existing translations with the addresses of the official translators whom you should contact if you would like to submit any corrections to the translations for your language.
Also, please see How to help if you would like to translate wxWidgets to your language if it is not mentioned here (or to help with one which already is - it is quite helpful to have several translators for one language at least for proof reading).
Below is the table containing the list of languages supported by wxWidgets. The columns of this table have the obvious meaning: in each row you will see the language, the official translator (if any) for it and the status of the translations.
Please note that email addresses in the table below are intentionally invalid to foil spam robots, remove one @
from them.
Language | Status | Translator(s) |
---|---|---|
Afrikaans | 71% | |
Albanian | 79% | |
Basque | 18% | |
Catalan | 67% | |
Chinese (simplified) | 80% | |
Chinese (traditional) | 80% | |
Czech | 68% | |
Danish | 78% | |
Dutch | 92% | |
English (UK) | 100% | N/A |
Finnish | 88% | |
French (standard) | 95% | |
Galician | 80% | |
German | 81% | Daniel Reith, Gerhard Gruber, Stefan Hedemann, Dr. Detlev Reymann, Mark Johnson, Martin Jost, Herbert Breunung, Ch. Buck |
Greek | 76% | |
Hindi | 92% | |
Hungarian | 80% | |
Indonesian | 73% | |
Italian | 91% | |
Japanese | 81% | |
Latvian | 21% | |
Malay | 95% | |
Norwegian Bokmal | 78% | |
Polish | 81% | |
Portuguese (pt) | 95% | Bernardo Santos Wernesback, Mario Pereira, Antonio Cardoso Martins, Carlos Gonçalves |
Portuguese (pt_BR) | 100% | |
Russian | 78% | Dennis Prochko, Roman Rolinsky, Vadim Zeitlin, Andrew V. Samoilov |
Slovak | 77% | |
Slovenian | 100% | |
Spanish | 95% | Guillermo Rodriguez Garcia, JSJ, Francisco Vila, Adrián González Alba |
Swedish | 95% | |
Turkish | 92% | |
Ukrainian | 95% | |
Valencian (ca@valencia) | 67% | |
Vietnamese | 100% |
wxWidgets uses the standard GNU gettext tools for i18n so if you are already familiar with them you shouldn't have any problems with working on wxWidgets translations.
Here are the steps you should follow:
locale/wxstd.pot
from the wxWidgets source tree: if you're using Subversion or the daily snapshots you should already have it. Otherwise you can always retrieve it directly from the Subversion repository via the Web interface.XY.po
where "XY"
is the 2 letter ISO 639-2 language code for your language.msgfmt -v XY.po
command: please note that you must use the -v
option. In particular, please fill the header fields because msgfmt
doesn't accept the default values for them.In addition, please consider subscribing to the very low volume wxWidgets translators mailing list on which the news especially important for the translators are announced.
Thank you in advance for your help!