RenaiApp/src/main/modules/i18n/i-i18n-translator.d.ts

4 lines
64 B
TypeScript

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