Intial commit from techit@Techits-Mac-Pro
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
import en from './locales/en.json'
|
||||
import th from './locales/th.json'
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
locale: 'en',
|
||||
fallbackLocale: 'en',
|
||||
messages: {
|
||||
en,
|
||||
th
|
||||
},
|
||||
}))
|
||||
Reference in New Issue
Block a user