po4a-updatepo

Update the translation (in PO format) of a documentation. More information: <https://po4a.org/man/man1/po4a-updatepo.1.php>.

Install

All systems
curl cmd.cat/po4a-updatepo.sh
Debian Debian
apt-get install po4a
Ubuntu
apt-get install po4a
Alpine
apk add po4a
Arch Arch Linux
pacman -S po4a
image/svg+xml Kali Linux
apt-get install po4a
CentOS
yum install po4a
Fedora
dnf install po4a
Windows (WSL2)
sudo apt-get update sudo apt-get install po4a
Raspbian
apt-get install po4a
Docker
docker run cmd.cat/po4a-updatepo po4a-updatepo powered by Commando

Update the translation (in PO format) of a documentation. More information: <https://po4a.org/man/man1/po4a-updatepo.1.php>.

  • Update a PO file according to the modification of its origin file:
    po4a-updatepo --format text --master path/to/master.txt --po path/to/result.po
  • Get a list of available formats:
    po4a-updatepo --help-format
  • Update several PO files according to the modification of their origin file:
    po4a-updatepo --format text --master path/to/master.txt --po path/to/po1.po --po path/to/po2.po

© tl;dr; authors and contributors