linkcheck.i18n

Application internationalization support.

Functions

get_encoded_writer([out, encoding, errors])

Get wrapped output writer with given encoding and error handling.

init(domain, directory)

Initialize this gettext i18n module and install the gettext translator class.

linkcheck.i18n.get_encoded_writer(out=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, encoding=None, errors='replace')[source]

Get wrapped output writer with given encoding and error handling.

linkcheck.i18n.init(domain, directory)[source]

Initialize this gettext i18n module and install the gettext translator class.