tooot/src/i18n/locales.ts

14 lines
245 B
TypeScript

const LOCALES = {
de: 'Deutsch',
en: 'English',
it: 'Italiano',
ja: '日本語',
ko: '한국어',
'pt-BR': 'Português (Brasil)',
vi: 'Tiếng Việt',
'zh-Hans': '简体中文',
'zh-Hant': '繁體中文'
}
export { LOCALES }