# -*- 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 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.5.1'
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
locale-data | Folder | 0755 |
|
|
localtime | Folder | 0755 |
|
|
messages | Folder | 0755 |
|
|
__init__.py | File | 709 B | 0644 |
|
_compat.py | File | 1.39 KB | 0644 |
|
core.py | File | 35.97 KB | 0644 |
|
dates.py | File | 65.36 KB | 0644 |
|
global.dat | File | 218.52 KB | 0644 |
|
languages.py | File | 2.68 KB | 0644 |
|
lists.py | File | 1.24 KB | 0644 |
|
localedata.py | File | 7.69 KB | 0644 |
|
numbers.py | File | 25.43 KB | 0644 |
|
plural.py | File | 20.81 KB | 0644 |
|
support.py | File | 21.77 KB | 0644 |
|
units.py | File | 10.84 KB | 0644 |
|
util.py | File | 8.59 KB | 0644 |
|