== Offers of translation == (please add yourself if you wish to translate parts of Django to other languages, please keep the list in English alphabetical order) * '''Bengali''' (bn): Baishampayan Ghose * '''Chinese, Simplified''' (zh_CN): alang.yl@gmail.com, limodou@gmail.com,stan8688@gmail.com, nick.nickcheng@gmail.com * '''Chinese, Traditional''' (zh_TW): Yung-Yu Chen , dwight * '''Czech''' (cs_CZ): translate@svarz.cz * '''Danish''' (da): Morten Bagai * '''Dutch''' (nl): Johan C. Stöver , Rudolph Froger * '''Finnish''' (fi): Antti Kaihola , Ville Säävuori * '''French''' (fr_FR): yeiazel , asrenzo , pablo , mikael , gaël * '''Galician''' (gl): Afonso Fernández Nogueira * '''German''' (de_DE): hugo , Paulus , lukas , patrick , Dirk Eschler , Jannis Leidel * '''Greek''' (el): panos , orestis * '''Hebrew''' (he): Meir Kriheli * '''Hungarian''' (hu): Károly Nagy * '''Icelandic''' (is): Dagur Páll Ammendrup * '''Italian''' (it_IT): Carlo C8E Miron , Wilson Miner , Paolo Dina , Ludovico Magnocavallo , Antonio Cavedoni , Marco Del Tongo , Daniele Spinosa * '''Japanese''' (ja): makoto tsuyuki * '''Kannada''' (kn): Pradeep Kishore Gowda * '''Korean''' (ko): Hyun Mi Ae * '''Latvian''' (lv): Edgars Jēkabsons * '''Macedonian''' (mk): Georgi Stanojevski * '''Norwegian''' (no): Espen Grindhaug * '''Polish''' (pl): Marcin Kaszynski * '''Portuguese''' (pt_BR): Mario Caseiro , Gabriel Sales de Oliveira , Kao Cardoso Félix Andre A Duarte * '''Romanian''' (ro): Tiberiu Micu * '''Russian''' (ru): Grigory Fateyev , Dmitry Sorokin * '''Serbian''' (sr, sr_YU - cyrillic, sr@Latin, sr_YU@Latin - latin): Nebojša Đorđević , Petar Marić * '''Slovak''' (sk): Vladimir Labath * '''Slovenian''' (sl): Jure Čuhalev , Gašper Žejn * '''Spanish''' (es_ES): Ricardo Cárdenes , Gustavo Picon , Jorge Gajon , Antonio Melé . (es_AR): Ramiro Morales * '''Swedish''' (sv): Mikko Hellsing * '''Tamil''' (ta): R Hariram Aatreya * '''Telugu'''(te): U.Chinna Obula Reddy * '''Welsh''' (cy): Jason Davies == How to Send Translations == The best way to send in translations - after registering oneself as translator above - is to create a ticket and to attach the new .po file to that ticket (please don't attach .po files to this page, use the ticket system!). Use "Translations" as the component when you file the ticket, so that it shows up in {13}. Additionally it would be great if you join the [http://groups.google.com/group/Django-I18N Django I18N mailing list]. == Tools == This shoud be a list of useful (and needed) software for translators to work on .po files. === Linux and other Unix Systems === * required for make-messages.py and compile-messages.py: the gettext utilities. These should be available with your distribution. With Debian based distributions it is the {{{gettext}}} package. * translating: [http://gtranslator.sourceforge.net/ gtranslator] for gnome, [http://kbabel.kde.org/ kbabel] for kde, [http://www.poedit.net/ poEdit] === Windows === * required for make-messages.py and compile-messages.py: the gettext utilities. The [http://www.cygwin.com/ cygwin installation] looks most promising. Another place would be [http://sourceforge.net/project/showfiles.php?group_id=25167 the gettext Download on SourceForge]. * translating: [http://www.poedit.net/ poEdit] (supports fuzzy, plural, translation memory, UTF-8, compiles to .mo files - it includes native win32 GNU gettext binaries) === Mac OS X === * translating: [http://www.poedit.net/ poEdit], [http://www.triplespin.com/en/products/locfactoryeditor.html LocFactory Editor] == Translations of the Django documentation == If for some reason you are not interested to translate Django interface, but instead you feel the desire to point your translation weapons against Django documentation (the content of '/docs'), you are invited to use the TranslateDocumentation wiki page to better organize your translation works together with other translators.