gettext.sh
GNU Internationalization utilities for the base system
Install
- All systems
-
curl cmd.cat/gettext.sh.sh
- Debian
-
apt-get install gettext-base
- Ubuntu
-
apt-get install gettext-base
- Alpine
-
apk add gettext
- Arch Linux
-
pacman -S gettext
- Kali Linux
-
apt-get install gettext-base
- CentOS
-
yum install gettext
- Fedora
-
dnf install mingw64-gettext
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gettext-base
- OS X
-
brew install gettext
- Raspbian
-
apt-get install gettext-base
- Dockerfile
- dockerfile.run/gettext.sh
- Docker
-
docker run cmd.cat/gettext.sh gettext.sh
powered by Commando
gettext-base
GNU Internationalization utilities for the base system
This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts.
gettext
GNU Internationalization utilities
Interesting for authors or maintainers of other packages or programs which they want to see internationalized.