module documentation

Builder superclass for all builders.

Class CatalogInfo Undocumented
Class CatalogRepository A repository for message catalogs.
Class LocaleFileInfoBase Undocumented
Function babel_format_date Undocumented
Function docname_to_domain Convert docname to domain for catalogs.
Function format_date Undocumented
Function get_image_filename_for_language Undocumented
Function search_image_for_language Undocumented
Variable date_format_mappings Undocumented
Variable date_format_re Undocumented
Variable logger Undocumented
def babel_format_date(date, format, locale, formatter=babel.dates.format_date): (source)

Undocumented

Parameters
date:datetimeUndocumented
format:strUndocumented
locale:strUndocumented
formatter:CallableUndocumented
Returns
strUndocumented
def docname_to_domain(docname, compaction): (source)

Convert docname to domain for catalogs.

Parameters
docname:strUndocumented
compaction:bool|strUndocumented
Returns
strUndocumented
def format_date(format, date=None, language=None): (source)

Undocumented

Parameters
format:strUndocumented
date:datetime|NoneUndocumented
language:str|NoneUndocumented
Returns
strUndocumented
def get_image_filename_for_language(filename, env): (source)

Undocumented

Parameters
filename:strUndocumented
env:BuildEnvironmentUndocumented
Returns
strUndocumented
def search_image_for_language(filename, env): (source)

Undocumented

Parameters
filename:strUndocumented
env:BuildEnvironmentUndocumented
Returns
strUndocumented
date_format_mappings: dict[str, str] = (source)

Undocumented

date_format_re = (source)

Undocumented

Undocumented