export type LanguageCode = 'ja' | 'zh-TW' | 'zh-CN' | 'ko' | 'th' | 'fr' | 'it' | 'off' export type Dictionary = Record