mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
8ce0e69c2b
Currently, message translation is done at launchpad. All PO files can be exported from there. The merge process from launchpad is done when new release. First download export file from launchpad And use import-po script to import PO files into po directory.
26 lines
944 B
ReStructuredText
26 lines
944 B
ReStructuredText
GNU gettext translation files
|
|
=============================
|
|
|
|
We use `launchpad
|
|
<https://translations.launchpad.net/aria2/trunk/+pots/aria2>`_ to
|
|
translate gettext translation files (PO files).
|
|
|
|
The PO files are not stored in the repository. They are exported from
|
|
launchpad and imported to this directory when creating the
|
|
distribution 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 of
|
|
this writing. It includes all PO files translated at launchpad. To
|
|
import those files, use ``import-po`` script in the top directory. It
|
|
will deflate the tar.gz file and rename PO files and move them to po
|
|
directory and run ``make update-po``.
|