export class DictEntry { original: string; translation: string; sourceFile?: string; }