po4a-gettextize
Convert a file to a PO file. More information: <https://po4a.org/man/man1/po4a-gettextize.1.php>.
Install
- All systems
-
curl cmd.cat/po4a-gettextize.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-gettextize
- Docker
-
docker run cmd.cat/po4a-gettextize po4a-gettextize
powered by Commando
Convert a file to a PO file. More information: <https://po4a.org/man/man1/po4a-gettextize.1.php>.
-
Convert a text file to PO file:
po4a-gettextize --format text --master path/to/master.txt --po path/to/result.po
-
Get a list of available formats:
po4a-gettextize --help-format
-
Convert a text file along with a translated document to a PO file (`-l` option can be provided multiple times):
po4a-gettextize --format text --master path/to/master.txt --localized path/to/translated.txt --po path/to/result.po
© tl;dr; authors and contributors