pybabel-python3
tools for internationalizing Python applications - Python 3.x
Install
- All systems
-
curl cmd.cat/pybabel-python3.sh
- Debian
-
apt-get install python3-babel
- Ubuntu
-
apt-get install python3-babel
- Kali Linux
-
apt-get install python3-babel
- Fedora
-
dnf install python3-babel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-babel
- Raspbian
-
apt-get install python3-babel
- Dockerfile
- dockerfile.run/pybabel-python3
python3-babel
tools for internationalizing Python applications - Python 3.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 3.x module.