po4a-translate
Convert a PO file back to documentation format. The provided PO file should be the translation of the POT file which was produced by po4a-gettextize. More information: <https://po4a.org/man/man1/po4a-translate.1.php>.
Install
- All systems
-
curl cmd.cat/po4a-translate.sh
- Debian
-
apt-get install po4a
- Ubuntu
-
apt-get install po4a
- Alpine
-
apk add po4a
- Arch Linux
-
pacman -S po4a
- 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
- Dockerfile
- dockerfile.run/po4a-translate
- Docker
-
docker run cmd.cat/po4a-translate po4a-translate
powered by Commando
Convert a PO file back to documentation format. The provided PO file should be the translation of the POT file which was produced by po4a-gettextize. More information: <https://po4a.org/man/man1/po4a-translate.1.php>.
-
Convert a translated PO file back to a document:
po4a-translate --format text --master path/to/master.doc --po path/to/result.po --localized path/to/translated.txt
-
Get a list of available formats:
po4a-translate --help-format
© tl;dr; authors and contributors