1
0
mirror of https://github.com/tooot-app/app synced 2025-02-09 16:38:41 +01:00
tooot/src/i18n/locales.ts

11 lines
163 B
TypeScript

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