This commit is contained in:
supalerk-ar66 2026-01-19 15:14:30 +07:00
parent dbf62feea9
commit 660379d2b8
14 changed files with 1498 additions and 3206 deletions

View file

@ -1,9 +0,0 @@
import th from './i18n/locales/th.json'
import en from './i18n/locales/en.json'
export default defineI18nConfig(() => ({
legacy: false,
locale: 'th',
fallbackLocale: 'th',
messages: { th, en }
}))