mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
gettext.translation() can do most of the work for us, calling
gettext.find() and with fallback=True returning a NullTranslations if no
catalog is found.
The do_unicode parameter of install_builtin() should have been removed
in:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| aggregator.py | ||
| checker.py | ||
| console.py | ||
| interrupter.py | ||
| logger.py | ||
| status.py | ||
| task.py | ||