feat: Implement user profile management and add comprehensive i18n translations for English and Thai.
This commit is contained in:
parent
6b1ff7196a
commit
4851182f4a
3 changed files with 8 additions and 4 deletions
|
|
@ -118,6 +118,8 @@
|
|||
},
|
||||
"common": {
|
||||
"newBadge": "New",
|
||||
"popularBadge": "Popular"
|
||||
"popularBadge": "Popular",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@
|
|||
},
|
||||
"common": {
|
||||
"newBadge": "ใหม่",
|
||||
"popularBadge": "ยอดนิยม"
|
||||
"popularBadge": "ยอดนิยม",
|
||||
"save": "บันทึก",
|
||||
"cancel": "ยกเลิก"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue