export interface II18nTranslator { t(text: string): string; }