feat: add i18n

This commit is contained in:
Methapon2001 2024-04-10 17:22:54 +07:00
parent 2fb2c3bc3d
commit c2d7e1f9c5
6 changed files with 16 additions and 0 deletions

5
src/i18n/th-th/user.ts Normal file
View file

@ -0,0 +1,5 @@
export default {
firstname: 'ชื่อ',
lastname: 'นามสกุล',
fullname: 'ชื่อ-นามสกุล',
};