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. Sabendo que o nome do arquivo a ser enviado segue a convenção de nome lang.po, mude o nome do arquivo baixado. O exemplo seguinte usa localidade Japonesa para o arquivo po.
    ls ~/myproject/comps/
    comps.HEAD.ja.po
    mv ~/myproject/comps/comps.HEAD.ja.po ja.po
    ls ~/myproject/comps/
    ja.po
    
  4. Agora o arquivo já está pronto para tradução. Traduza o arquivo po para seu idioma em um editor de arquivos po como o KBabel ou gtranslator.
  5. Verifique a integridade do seu arquivo antes de enviá-lo.
    msgfmt -cvo /dev/null ja.po
    

Importante

Se alguma mensagem de erro aparecer, corrija a mesma antes de enviar a tradução.