export interface G11nFile {
    locale: string;
    translations: Record<string, string>;
}
