From dd29f711673023b2276165587e09eb4c675f67ea Mon Sep 17 00:00:00 2001 From: Errorism <67753731+Errorismx@users.noreply.github.com> Date: Thu, 13 Apr 2023 02:40:18 +0700 Subject: [PATCH] feat(locales): add Thailand(th) locales (#290) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐛 fix nearby error when index was remove * Update client.lua * feat(locales): add Thailand(th) locale --------- Co-authored-by: Linden <65407488+thelindat@users.noreply.github.com> --- locales/th.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 locales/th.json diff --git a/locales/th.json b/locales/th.json new file mode 100644 index 0000000..972b811 --- /dev/null +++ b/locales/th.json @@ -0,0 +1,9 @@ +{ + "language": "Thailand", + "ui": { + "cancel": "ยกเลิก", + "close": "ปิด", + "confirm": "ยืนยัน", + "more": "เพิ่มเติม..." + } +}