diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-09 20:59:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 20:59:16 -0400 |
commit | 8bb07039095765bf3711f4dc6194671cb3dfd8e5 (patch) | |
tree | 7cc9e97061b5f69847a33c0e01bbb8110e11c5e7 | |
parent | 2b76309b53f8cf322152801d0c1ca6e3b3c777f5 (diff) | |
parent | 1a8bb63e0d08552525e09130c4928c0c4526e901 (diff) | |
download | SMAPI-8bb07039095765bf3711f4dc6194671cb3dfd8e5.tar.gz SMAPI-8bb07039095765bf3711f4dc6194671cb3dfd8e5.tar.bz2 SMAPI-8bb07039095765bf3711f4dc6194671cb3dfd8e5.zip |
Merge pull request #807 from ellipszist/develop
Add Thai translations
-rw-r--r-- | src/SMAPI.Mods.ErrorHandler/i18n/th.json | 4 | ||||
-rw-r--r-- | src/SMAPI/i18n/th.json | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/th.json b/src/SMAPI.Mods.ErrorHandler/i18n/th.json new file mode 100644 index 00000000..e2a67dda --- /dev/null +++ b/src/SMAPI.Mods.ErrorHandler/i18n/th.json @@ -0,0 +1,4 @@ +{ + // warning messages + "warn.invalid-content-removed": "ทำการลบเนื้อหาที่ไม่ถูกต้องออก เพื่อป้องกันไฟล์เกมเสียหาย (ดูรายละเอียดที่หน้าคอลโซลของ SMAPI)" +} diff --git a/src/SMAPI/i18n/th.json b/src/SMAPI/i18n/th.json new file mode 100644 index 00000000..361b7aa7 --- /dev/null +++ b/src/SMAPI/i18n/th.json @@ -0,0 +1,6 @@ +{ + // short date format for SDate + // tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2) + "generic.date": "วันที่ {{day}} {{season}}", + "generic.date-with-year": "วันที่ {{day}} {{season}} ปีที่ {{year}}" +} |