From 7d9836973faa0737ba013e501311017a5b922587 Mon Sep 17 00:00:00 2001 From: Setthawut Date: Mon, 25 Oct 2021 14:36:50 +0700 Subject: [PATCH 1/2] Add Thai translation --- src/i18n/messages_th.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/messages_th.json diff --git a/src/i18n/messages_th.json b/src/i18n/messages_th.json new file mode 100644 index 0000000..fab531a --- /dev/null +++ b/src/i18n/messages_th.json @@ -0,0 +1,10 @@ +{ + "Add a comment...": "เพิ่มคอมเมนต์", + "Add a reply...": "ตอบกลับ", + "Add tag...": "เพิ่มแท็ก", + "Cancel": "ยกเลิก", + "Close": "ปิด", + "Edit": "แก้ไข", + "Delete": "ลบ", + "Ok": "ตกลง" +} \ No newline at end of file From fe0a16bac71fa37524853a552568d7304291d5a9 Mon Sep 17 00:00:00 2001 From: Setthawut Date: Mon, 25 Oct 2021 14:38:33 +0700 Subject: [PATCH 2/2] add dot --- src/i18n/messages_th.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/messages_th.json b/src/i18n/messages_th.json index fab531a..feae6a2 100644 --- a/src/i18n/messages_th.json +++ b/src/i18n/messages_th.json @@ -1,7 +1,7 @@ { - "Add a comment...": "เพิ่มคอมเมนต์", - "Add a reply...": "ตอบกลับ", - "Add tag...": "เพิ่มแท็ก", + "Add a comment...": "เพิ่มคอมเมนต์...", + "Add a reply...": "ตอบกลับ...", + "Add tag...": "เพิ่มแท็ก...", "Cancel": "ยกเลิก", "Close": "ปิด", "Edit": "แก้ไข",