Scroll down to the bottom, the section called 'Untranslated Components' can be found if any of particular project(s) has been untranslated and no po
file created ever for this language.
To add new po
, click the component to add in 'Untranslated Components' section. It brings up the page that project's component.
Under 'Translation Files' section, there is the source file. Using down-arrow icon to download the pot
file. Change the pot
file to po
file for your language translation.
mv ~/myproject/abrt.pot.ppt abrt.po
lokalize abrt.po
msgfmt -cvo /dev/null abrt.po
Once you finish the translation, click on the Add a new translation button at that project's component page, expanding 'Add a translation file' pane.
Click 'Browse' button of Local file: * to locate your translated po
file. In the field of or enter it here:, type your new file name comforming with the structure instructed (e.g. po/vi.po). Enter the approriate message, and then click Send button to submit.