X7ROOT File Manager
Current Path:
/opt/imunify360/venv/lib/python3.11/site-packages/babel
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
babel
/
ðŸ“
..
📄
__init__.py
(863 B)
ðŸ“
__pycache__
📄
core.py
(41.62 KB)
📄
dates.py
(70.87 KB)
📄
global.dat
(254.07 KB)
📄
languages.py
(2.78 KB)
📄
lists.py
(2.94 KB)
ðŸ“
locale-data
📄
localedata.py
(8.05 KB)
ðŸ“
localtime
ðŸ“
messages
📄
numbers.py
(48.35 KB)
📄
plural.py
(22.67 KB)
📄
py.typed
(59 B)
📄
support.py
(25.62 KB)
📄
units.py
(11.6 KB)
📄
util.py
(7.77 KB)
Editing: __init__.py
""" babel ~~~~~ Integrated collection of utilities that assist in internationalizing and localizing applications. This package is basically composed of two major parts: * tools to build and work with ``gettext`` message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. :copyright: (c) 2013-2023 by the Babel Team. :license: BSD, see LICENSE for more details. """ from babel.core import ( Locale, UnknownLocaleError, default_locale, get_locale_identifier, negotiate_locale, parse_locale, ) __version__ = '2.12.1' __all__ = [ 'Locale', 'UnknownLocaleError', 'default_locale', 'get_locale_identifier', 'negotiate_locale', 'parse_locale', ]
Upload File
Create Folder