pybabel
Tools for internationalizing Python applications
Install
- All systems
-
curl cmd.cat/pybabel.sh
- Debian
-
apt-get install python-babel
- Ubuntu
-
apt-get install python-babel
- Arch Linux
-
pacman -S python-babel
- Kali Linux
-
apt-get install python-babel
- CentOS
-
yum install babel
- Fedora
-
dnf install babel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-babel
- OS X
-
brew install babel
- Raspbian
-
apt-get install python-babel
- Dockerfile
- dockerfile.run/pybabel
babel
Tools for internationalizing Python applications
python-babel
tools for internationalizing Python applications - Python 2.x
Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. This package provides the Python 2.x module.