1
0
mirror of https://github.com/tooot-app/app synced 2025-02-14 02:40:51 +01:00
tooot/src/i18n/locales.ts
2022-05-13 10:53:04 +02:00

10 lines
145 B
TypeScript

const LOCALES = {
de: 'Deutsch',
en: 'English',
ko: '한국어',
vi: 'Tiếng Việt',
'zh-Hans': '简体中文'
}
export { LOCALES }