OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
babel
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/13/2025 09:39:25 PM
rwxr-xr-x
📄
__init__.py
714 bytes
04/28/2021 07:13:54 PM
rw-r--r--
📄
_compat.py
1.65 KB
02/20/2019 01:12:21 PM
rw-r--r--
📄
core.py
36.04 KB
04/28/2021 07:13:54 PM
rw-r--r--
📄
dates.py
66.12 KB
04/28/2021 07:13:54 PM
rw-r--r--
📄
global.dat
248.46 KB
04/28/2021 07:26:50 PM
rw-r--r--
📄
languages.py
2.68 KB
07/20/2018 10:31:17 AM
rw-r--r--
📄
lists.py
2.66 KB
04/28/2021 07:13:54 PM
rw-r--r--
📁
locale-data
-
05/14/2024 03:09:28 PM
rwxr-xr-x
📄
localedata.py
7.75 KB
04/28/2021 07:13:54 PM
rw-r--r--
📁
localtime
-
05/14/2024 03:09:28 PM
rwxr-xr-x
📁
messages
-
05/14/2024 03:09:28 PM
rwxr-xr-x
📄
numbers.py
38.94 KB
04/28/2021 07:13:54 PM
rw-r--r--
📄
plural.py
20.81 KB
04/28/2021 07:13:54 PM
rw-r--r--
📄
support.py
22.09 KB
04/28/2021 07:13:54 PM
rw-r--r--
📄
units.py
11.03 KB
04/28/2021 07:13:49 PM
rw-r--r--
📄
util.py
7.4 KB
04/28/2021 07:13:54 PM
rw-r--r--
Editing: __init__.py
Close
# -*- coding: utf-8 -*- """ 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-2021 by the Babel Team. :license: BSD, see LICENSE for more details. """ from babel.core import UnknownLocaleError, Locale, default_locale, \ negotiate_locale, parse_locale, get_locale_identifier __version__ = '2.9.1'