"""Internationalization support for the blog application. This package provides translation dictionaries and the translation service for localizing the web UI into multiple languages. """ from app.infrastructure.i18n.translator import SUPPORTED_LOCALES, TranslationService, _ __all__ = ["SUPPORTED_LOCALES", "TranslationService", "_"]