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
@@ -21,6 +21,7 @@ export enum AppLanguage {
ko = 'ko',
pt_BR = 'pt-BR',
ru = 'ru',
th = 'th',
tr = 'tr',
uk = 'uk',
zh_CN = 'zh-CN',
@@ -50,6 +51,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [
{code2: AppLanguage.ko, name: '한국어 Korean'},
{code2: AppLanguage.pt_BR, name: 'Português (BR) Portuguese (BR)'},
{code2: AppLanguage.ru, name: 'Русский Russian'},
{code2: AppLanguage.th, name: 'ภาษาไทย Thai'},
{code2: AppLanguage.tr, name: 'Türkçe Turkish'},
{code2: AppLanguage.uk, name: 'Українська Ukrainian'},
{code2: AppLanguage.zh_CN, name: '简体中文 Simplified Chinese'},