Version 63 (modified by radek, 18 years ago) ( diff )

poedit

Offers of translation

(plase add yourself if you wish to translate parts of Django to other languages)

  • German (de_DE): hugo <gb@…>, Paulus <krabbe@…>, lukas <lucky@…>
  • French (fr_FR): yeiazel <yeiazel@…>, asrenzo <laurent.rahuel@…>, pablo <pablo.pernot@…>, mikael <mikael.barbero_at_NOSPAM_free.fr>
  • Czech (cs_CZ): translate@…
  • Simplified Chinese (zh_CN): alang.yl@…, limodou@…,stan8688@…
  • Italian (it_IT): Carlo C8E Miron <carlo.miron@…>, Wilson Miner <djangoproject@…>, Paolo Dina <paolo@…>, Ludovico Magnocavallo <ludo@…>, Antonio Cavedoni <antonio@…>
  • Serbian (sr, sr_YU - cyrillic, sr@Latin, sr_YU@Latin - latin): Nebojša Đorđević <nesh@…>, Petar Marić <petar.maric@…>
  • Norwegian (no): Espen Grindhaug <espen@…>
  • Slovenian (sl): Jure Čuhalev <gandalf@…>, Gašper Žejn <zejn@…>
  • Russian (ru): Grigory Fateyev <greg at dial dot com dot ru>, Dmitry Sorokin <dimas at dial dot com dot ru>
  • Latvian (lv): Edgars Jēkabsons <edgars@…>
  • Spanish (es_ES): Ricardo Cárdenes <ricardo.cardenes@…>, Gustavo Picon <gpicon@…>, Jorge Gajon <jorge.gajon@…>
  • Brazilian Portuguese (pt_BR): Arthur Henrique Zapparoli <arthurzap@…>
  • Galician (gl): Afonso Fernández Nogueira <fonzzo.django@…>
  • Polish (pl): Marcin Kaszynski <marcink@…>
  • Swedish (sv): Robin Sonefors <ozamosi@…>
  • Danish (da): Morten Bagai <m@…>
  • Welsh (cy): Jason Davies <jason at jasondavies dot com>
  • Slovak (sk): Vladimir Labath <vlado at labath dot org>
  • Romanian (ro): Tiberiu Micu <tibimicu at gmx dot net>
  • Bengali (bn): Baishampayan Ghose <b.ghose at gnu dot org dot in>
  • Icelandic (is): Dagur Páll Ammendrup <dagurp at gmail dot com>
  • Japanese (ja): makoto tsuyuki <makoto at everes dot net>
  • Dutch (nl): Johan C. Stöver <johan at nilling dot nl>
  • Tranditional Chinese (zh_TW): Yung-Yu Chen <yyc@…>

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 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 utilties. These should be availabe with your distribution. With Debian based distributions it is the gettext package.

Windows

  • required for make-messages.py and compile-messages.py: the gettext utilities. The cygwin installation looks most promising.
  • translating: poEdit supports fuzzy, plural, translation memory, UTF-8, compiles to .mo files
Note: See TracWiki for help on using the wiki.
Back to Top