export interface I18nOptions {
    defaultLocale: string;
    templateDirPattern?: string;
    fallback?: boolean;
}
