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 /src/SMAPI.Mods.ErrorHandler | |
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
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler')
-rw-r--r-- | src/SMAPI.Mods.ErrorHandler/i18n/th.json | 4 |
1 files changed, 4 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)" +} |