add Thai Language translation support (#5879)

* add Thai Language support

* Update lingui.config.js

* Update dates.ts

* Update helpers.ts

* Update i18n.ts

* Update i18n.web.ts

* Update languages.ts

* Update messages.po

---------

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Nawapon Boonjua
2024-10-31 02:13:08 +07:00
committed by GitHub
parent e9f6a8e58d
commit 9a82d20bd9
7 changed files with 8982 additions and 0 deletions
+2
View File
@@ -24,6 +24,7 @@ import {
ko,
ptBR,
ru,
th,
tr,
uk,
zhCN,
@@ -54,6 +55,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
ko,
['pt-BR']: ptBR,
ru,
th,
tr,
uk,
['zh-CN']: zhCN,