export interface DictEntry {
    english: string;
    chinese: string;
}
