fix: i18n tha
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s

This commit is contained in:
Thanaphon Frappet 2025-04-04 16:07:34 +07:00
parent 6f2471c33b
commit 98ab120e56

View file

@ -27,7 +27,7 @@ export const i18n = createI18n<
MessageLanguages,
false
>({
locale: Lang.Thai,
locale: 'tha',
legacy: false,
messages,
});