tooot/src/i18n/locales.ts

7 lines
101 B
TypeScript

const LOCALES = {
en: 'English',
'zh-Hans': '简体中文'
} as {en: string}
export { LOCALES }