feat(i18n): Add Thai locale (#2115)
This commit is contained in:
parent
e183c62036
commit
1f37e3ab8b
2 changed files with 653 additions and 0 deletions
|
@ -208,6 +208,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'it-IT.json',
|
||||
name: 'Italiano',
|
||||
},
|
||||
{
|
||||
code: 'th-TH',
|
||||
file: 'th-TH.json',
|
||||
name: 'ไทย',
|
||||
},
|
||||
{
|
||||
code: 'tl-PH',
|
||||
file: 'tl-PH.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue