for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from pathlib import Path
__here__ = Path(__file__).absolute().parent
LOCALE_DOMAIN = "tests"
LOCALE_DIR_PATH = __here__ / "locale"