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. Debido a que el nombre de archivo sigue la convención de nombre de lang.po, cambie el nombre del archivo descargado. El siguiente ejemplo utiliza el locale japonés para el archivo po:
    ls ~/myproject/comps/
    comps.HEAD.ja.po
    mv ~/myproject/comps/comps.HEAD.ja.po ja.po
    ls ~/myproject/comps/
    ja.po
    
  4. Ahora el archivo está listo para ser traducido. Traduzca el archivo po para su idioma en un editor po como Lokalize o gtranslator.
  5. Verifique la integridad del nuevo archivo antes de enviarlo:
    msgfmt -cvo /dev/null ja.po
    

Importante

Si hay algún mensaje de error, corrija el error antes de enviar.