@dfinity/gix-components
Version:
A UI kit developed by the GIX team
29 lines (24 loc) • 411 B
TypeScript
/**
* Auto-generated definitions file ("npm run i18n")
*/
interface I18nCore {
close: string;
back: string;
menu: string;
collapse: string;
expand: string;
copy: string;
}
interface I18nTheme {
switch_theme: string;
}
interface I18nProgress {
completed: string;
in_progress: string;
}
interface I18n {
lang: Languages;
core: I18nCore;
theme: I18nTheme;
progress: I18nProgress;
}