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. Пошто датотека за слање прати конвенцију имена lang.po,промените назив преузете датотеке. Следећи пример користи Јапански локалитет за датотеку: po
    ls ~/myproject/comps/
    comps.HEAD.ja.po
    mv ~/myproject/comps/comps.HEAD.ja.po ja.po
    ls ~/myproject/comps/
    ja.po
    
  4. Now the file is ready for translation. Translate the po file for your language in a po editor such as Lokalize or gtranslator.
  5. Проверите интегритет Ваше датотеке пре него што је пошаљење.
    msgfmt -cvo /dev/null ja.po
    

Важно

Ако се јави било каква грешка, исправите је пре слања.