""" babel.messages ~~~~~~~~~~~~~~ Support for ``gettext`` message catalogs. :copyright: (c) 2013-2023 by the Babel Team. :license: BSD, see LICENSE for more details. """ from babel.messages.catalog import ( Catalog, Message, TranslationError, ) __all__ = [ "Catalog", "Message", "TranslationError", ]
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 349 B | 0644 |
|
catalog.py | File | 35.26 KB | 0644 |
|
checkers.py | File | 6.29 KB | 0644 |
|
extract.py | File | 31.6 KB | 0644 |
|
frontend.py | File | 41.01 KB | 0644 |
|
jslexer.py | File | 6.97 KB | 0644 |
|
mofile.py | File | 7.17 KB | 0644 |
|
plurals.py | File | 7.14 KB | 0644 |
|
pofile.py | File | 21.8 KB | 0644 |
|