summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-11-30 16:44:34 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-11-30 16:44:34 -0500
commitd7948fbe1cfb111fab009cd0977778dfff358d58 (patch)
tree7f315f3dd857bfb53f51e357f7a8257b931ed2be
parente1d414839a923ec841653a1b01f25748a44c4cda (diff)
downloadSMAPI-d7948fbe1cfb111fab009cd0977778dfff358d58.tar.gz
SMAPI-d7948fbe1cfb111fab009cd0977778dfff358d58.tar.bz2
SMAPI-d7948fbe1cfb111fab009cd0977778dfff358d58.zip
update translation docs (#664, #671)
-rw-r--r--docs/README.md2
-rw-r--r--docs/release-notes.md2
-rw-r--r--src/SMAPI/i18n/zh.json2
3 files changed, 4 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index ddde6b09..d675b742 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -63,7 +63,7 @@ contributing translations.
locale | status
---------- | :----------------
default | ✓ [fully translated](../src/SMAPI/i18n/default.json)
-Chinese | ❑ not translated
+Chinese | ✓ [fully translated](../src/SMAPI/i18n/zh.json)
French | ❑ not translated
German | ✓ [fully translated](../src/SMAPI/i18n/de.json)
Hungarian | ❑ not translated
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 4234223c..fde74d9d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -5,6 +5,7 @@
* For the web UI:
* If a log can't be uploaded to Pastebin (e.g. due to rate limits), it'll be uploaded to Amazon S3 instead. Logs uploaded to S3 will expire after one month.
+ * Updated translations. Thanks to feathershine (added Chinese)!
## 3.0
Released 26 November 2019 for Stardew Valley 1.4.
@@ -85,6 +86,7 @@ For modders:
* Update checks are now faster in some cases.
* Updated mod compatibility list.
* Updated SMAPI/game version map.
+ * Updated translations. Thanks to eren-kemer (added German)!
* Fixes:
* Fixed some assets not updated when you switch language to English.
* Fixed lag in some cases due to incorrect asset caching when playing in non-English.
diff --git a/src/SMAPI/i18n/zh.json b/src/SMAPI/i18n/zh.json
index 8dec396a..bbd6a574 100644
--- a/src/SMAPI/i18n/zh.json
+++ b/src/SMAPI/i18n/zh.json
@@ -1,3 +1,3 @@
{
"warn.invalid-content-removed": "非法内容已移除以防游戏闪退(查看SMAPI控制台获得更多信息)"
-} \ No newline at end of file
+}