linkcheck.i18n

Application internationalization support.

Functions

get_encoded_writer([out_buffer, encoding, ...])

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_buffer=<_io.BufferedWriter name='<stdout>'>, 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.