Update index.js to add Traditional Chinese translation

This commit is contained in:
Dwong33 2024-08-05 10:38:38 -04:00 committed by GitHub
parent 1129e65f61
commit 5924e001df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { createI18n } from 'vue-i18n'
import messages from '@intlify/unplugin-vue-i18n/messages'
export default createI18n({
availableLocales: ('de', 'en', 'fr', 'zh'),
availableLocales: ('de', 'en', 'fr', 'zh-CN', 'zh-TW'),
fallbackLocale: 'en',
fallbackWarn: false,
legacy: false,