pybabel-python2
tools for internationalizing Python applications - Python 2.x
Install
- All systems
-
curl cmd.cat/pybabel-python2.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 python-babel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-babel - Raspbian
-
apt-get install python-babel
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.