gettextize
This package contains all development related files necessary for
Install
- All systems
-
curl cmd.cat/gettextize.sh
- Debian
-
apt-get install gettext
- Ubuntu
-
apt-get install gettext
- Alpine
-
apk add gettext
- Arch Linux
-
pacman -S gettext
- Kali Linux
-
apt-get install gettext
- CentOS
-
yum install gettext-devel
- Fedora
-
dnf install gettext-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gettext
- OS X
-
brew install gettext
- Raspbian
-
apt-get install gettext
- Dockerfile
- dockerfile.run/gettextize
- Docker
-
docker run cmd.cat/gettextize gettextize
powered by Commando
gettext-devel
This package contains all development related files necessary for
developing or compiling applications/libraries that needs internationalization capability. You also need this package if you want to add gettext support for your project.
gettext
GNU Internationalization utilities
Interesting for authors or maintainers of other packages or programs which they want to see internationalized.