From 9a82d20bd9c3c1df95d3cc11804f962547f9cb0f Mon Sep 17 00:00:00 2001 From: Nawapon Boonjua <99713905+Rinechxn@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:13:08 +0700 Subject: 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> --- src/components/hooks/dates.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/hooks') diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index 86bfeecf3..48ef03119 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -24,6 +24,7 @@ import { ko, ptBR, ru, + th, tr, uk, zhCN, @@ -54,6 +55,7 @@ const locales: Record = { ko, ['pt-BR']: ptBR, ru, + th, tr, uk, ['zh-CN']: zhCN, -- cgit 1.4.1