feat: Implement user profile management and add comprehensive i18n translations for English and Thai.

This commit is contained in:
supalerk-ar66 2026-01-20 16:49:51 +07:00
parent 6b1ff7196a
commit 4851182f4a
3 changed files with 8 additions and 4 deletions

View file

@ -118,6 +118,8 @@
},
"common": {
"newBadge": "New",
"popularBadge": "Popular"
"popularBadge": "Popular",
"save": "Save",
"cancel": "Cancel"
}
}

View file

@ -118,6 +118,8 @@
},
"common": {
"newBadge": "ใหม่",
"popularBadge": "ยอดนิยม"
"popularBadge": "ยอดนิยม",
"save": "บันทึก",
"cancel": "ยกเลิก"
}
}