feat: Add Thai localization to support Thai-speaking community (#1294)

* thai Localization

* Update Thai localization in README.th.md for clarity and consistency, including image source changes and minor text adjustments.
This commit is contained in:
5f32797a
2025-07-19 07:10:02 +07:00
committed by GitHub
parent 3bb8b52eb8
commit 6d693e278c
11 changed files with 2275 additions and 9 deletions

View File

@@ -37,6 +37,9 @@ import elements_zh_CN from 'element-ui/lib/locale/lang/zh-CN';
import zh_TW from './zh-TW/en.json' assert { type: 'JSON' };
import elements_zh_TW from 'element-ui/lib/locale/lang/zh-TW';
import th from './th/en.json' assert { type: 'JSON' };
import elements_th from 'element-ui/lib/locale/lang/th';
const localized_en = { ...en, ...elements_en };
const localized_es = { ...es, ...elements_es };
const localized_fr = { ...fr, ...elements_fr };
@@ -50,6 +53,7 @@ const localized_ru = { ...ru_RU, ...elements_ru };
const localized_vi = { ...vi, ...elements_vi };
const localized_zh_CN = { ...zh_CN, ...elements_zh_CN };
const localized_zh_TW = { ...zh_TW, ...elements_zh_TW };
const localized_th = { ...th, ...elements_th };
export {
localized_en as en,
@@ -64,5 +68,6 @@ export {
localized_ru as ru_RU,
localized_vi as vi,
localized_zh_CN as zh_CN,
localized_zh_TW as zh_TW
localized_zh_TW as zh_TW,
localized_th as th
};

2118
src/localization/th/en.json Normal file

File diff suppressed because it is too large Load Diff