summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-09 21:06:32 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-09 21:06:32 -0400
commit50fdc7bb34975e4be1d5781964785bdd3f05a923 (patch)
tree02610996a3fe5d18b5802a69d7d5fad8174b0cc0 /docs
parent8bb07039095765bf3711f4dc6194671cb3dfd8e5 (diff)
downloadSMAPI-50fdc7bb34975e4be1d5781964785bdd3f05a923.tar.gz
SMAPI-50fdc7bb34975e4be1d5781964785bdd3f05a923.tar.bz2
SMAPI-50fdc7bb34975e4be1d5781964785bdd3f05a923.zip
update translation docs
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md3
-rw-r--r--docs/release-notes.md2
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index e7b8a9b3..d058c091 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -69,4 +69,7 @@ Korean | ✓ [fully translated](../src/SMAPI/i18n/ko.json)
Portuguese | ✓ [fully translated](../src/SMAPI/i18n/pt.json)
Russian | ✓ [fully translated](../src/SMAPI/i18n/ru.json)
Spanish | ✓ [fully translated](../src/SMAPI/i18n/es.json)
+Thai¹ | ✓ [fully translated](../src/SMAPI/i18n/th.json)
Turkish | ✓ [fully translated](../src/SMAPI/i18n/tr.json)
+
+¹ Requires [Stardew Valley - THAI](https://www.nexusmods.com/stardewvalley/mods/7052) or similar.
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a7a5e6dd..3fa97cd4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,6 +4,8 @@
## Upcoming release
* For players:
* Fixed mod edits to the farmhouse shifting the player down one tile in some cases.
+ * Improved translations. Thanks to ellipszist (added Thai)!
+ _Note: Thai requires Stardew Valley 1.5.5 and the [Thai mod](https://www.nexusmods.com/stardewvalley/mods/7052)._
* For mod authors:
* SMAPI now intercepts dictionary duplicate-key errors and adds the key to the error message to simplify troubleshooting. (Due to Harmony limitations, this only works for the dictionary types used by the game.)