diff --git a/l10n.py b/l10n.py index e72499de..c4a92a67 100755 --- a/l10n.py +++ b/l10n.py @@ -351,7 +351,8 @@ class _Translations(Translations): super().__init__() -Translations = translations # Yes, I know this is awful renaming garbage. But we need it for compat. +# Yes, I know this is awful renaming garbage. But we need it for compat. +Translations: Translations = translations # type: ignore # End Deprecation Zone # generate template strings file - like xgettext