diff --git a/src/boot/i18n.ts b/src/boot/i18n.ts index 9e2cda0d..9430c38a 100644 --- a/src/boot/i18n.ts +++ b/src/boot/i18n.ts @@ -27,7 +27,7 @@ export const i18n = createI18n< MessageLanguages, false >({ - locale: Lang.Thai, + locale: 'tha', legacy: false, messages, });