X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7921cf2badfac0c44cd53644bfc6a483a09ec299..d2b1753d162aa390080a005fcf3e8bbf7bf966a8:/docs/html/i18n.htm diff --git a/docs/html/i18n.htm b/docs/html/i18n.htm new file mode 100644 index 0000000000..ac3a177ccc --- /dev/null +++ b/docs/html/i18n.htm @@ -0,0 +1,317 @@ + + +
+ + ++ +wxWidgets internationalization + + | +
+
+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 below 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 as of wxWidgets 2.3. + +
+Please note that email addresses in the table below are intentionally invalid +to foil spam robots, remove one @ from them. + +
+
Languages supported in wxWidgets 2.x | +||
Language | +Status | +Translator(s) | +
Afrikaans | ++ | Petri Jooste + | +
Catalan | ++ | Pau Bosch i Crespo + | +
Chinese (simplified) | ++ | mrfx + | +
Chinese (traditional) | ++ | pal.tw + | +
Czech | ++ | Vaclav Slavik + | +
Danish | ++ | + Leif Jensen, + Henrik Ræder Clausen + | +
Dutch | ++ | Patrick Hubers | +
English (UK) | ++ | n/a | +
Finnish | ++ | Kaj G Backas | +
French (standard) | ++ | Stephane Junique, + Lionel Allorge, + Gilles Guyot + | +
German | ++ | Daniel Reith, + Gerhard Gruber, + Stefan Hedemann, + Dr. Detlev Reymann, + Mark Johnson, + Martin Jost + | +
Greek | ++ | Tsolakos Stavros, + Nassos Yiannopoulos + | +
Hungarian | ++ | Végh János Dr. + | +
Indonesian | ++ | + Bambang Purnomosidi D. P. + | +
Italian | ++ | + Marco Cavallini + (Koan Software) + | +
Japanese | ++ | + James Bishop, + Hiroshi Saito + | +
Latvian | ++ | + Lauris Bukšis + | +
Polish | ++ | Piotr Mackowiak, + Janusz Piwowarski | +
Portuguese | ++ | Bernardo Santos Wernesback | +
Russian | ++ | Roman Rolinsky, + Vadim Zeitlin + Andrew V. Samoilov + | +
Serbian | ++ | Zlatko Rosandic | +
Spanish | ++ | Guillermo Rodriguez Garcia, + JSJ | +
Swedish | ++ | Jonas Rydberg, + Kaj G Backas | +
Turkish | ++ | Hakki Dogusan | +
Ukrainian | ++ | Eugene Manko | +
+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 the steps you should follow: +
+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! + +