diff --git a/src/boot/i18n.ts b/src/boot/i18n.ts index 647f3d10..d786804d 100644 --- a/src/boot/i18n.ts +++ b/src/boot/i18n.ts @@ -26,7 +26,7 @@ export const i18n = createI18n< MessageLanguages, false >({ - locale: 'en-US', + locale: 'eng', legacy: false, messages, }); diff --git a/src/i18n/index.ts b/src/i18n/index.ts index bba1bb34..2801ec03 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -1,7 +1,7 @@ import eng from './eng'; -import tha from './tha'; +import tha from './tha'; // spellchecker:disable-line export default { eng, - tha, + tha, // spellchecker:disable-line };