| 12345678910111213141516171819202122232425 | GNU gettext translation files=============================We use `launchpad<https://translations.launchpad.net/aria2/trunk/+pots/aria2>`_ totranslate gettext translation files (PO files).The PO files are not stored in the repository. They are exported fromlaunchpad and imported to this directory when creating thedistribution archive.Exporting PO files from launchpad---------------------------------Visit `launchpad <https://translations.launchpad.net/aria2/trunk/+pots/aria2>`_and follow the link ``download``.Importing PO files from launchpad-export.tar.gz-----------------------------------------------The downloaded file is named as launchpad-export.tar.gz at the time ofthis writing.  It includes all PO files translated at launchpad.  Toimport those files, use ``import-po`` script in the top directory. Itwill inflate the tar.gz file and rename PO files and move them to podirectory and run ``make update-po``.
 |