interface I18nTranslatorInterface { t(text: string): string; }