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> --- lingui.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lingui.config.js') diff --git a/lingui.config.js b/lingui.config.js index 7c1e063d0..d84fe9f57 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -17,6 +17,7 @@ module.exports = { 'ko', 'pt-BR', 'ru', + 'th', 'tr', 'uk', 'zh-CN', -- cgit 1.4.1