Product SiteDocumentation Site

3.2. Obtaining and Translating Projects

Now that you have prepared a directory structure, you can download a file to translate. You may need to communicate with other translators in your language team to avoid conflict. If you are not sure, please contact your language coordinator.
  1. Visit your language page such as http://translate.fedoraproject.org/languages/ja/, and select a target release. The interface will redirect you to a page for that release, such as http://translate.fedoraproject.org/languages/ja/collection/fedora/fedora-12/.
  2. Scroll down the page to find the table of all projects available for that release. Use the arrow download icon labeled Download ja.po or similar next to each project to download the po file to the directory you created in the previous section.
  3. Poiché il nome del file con cui eseguire il commit deve seguire il nome convenzionale di lang.po, cambiare il nome del file scaricato. Il seguente esempio usa il linguaggio Giapponese per il file po:
    ls ~/myproject/comps/
    comps.HEAD.ja.po
    mv ~/myproject/comps/comps.HEAD.ja.po ja.po
    ls ~/myproject/comps/
    ja.po
    
  4. Ora il file è pronto per la traduzione. Tradurre il file po per il linguaggio in uso in un po editor come Lokalize o gtranslator.
  5. Controllare l'integrità del file prima di inviarlo.
    msgfmt -cvo /dev/null ja.po
    

Importante

Se appare un qualsiasi messaggio d'errore, si corregga il file prima di inviarlo.