diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-25 12:21:31 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-25 12:21:31 -0500 |
commit | eee65ad0b6561928b689507be45c81794319005c (patch) | |
tree | 7cf0245d8072a85c42d0d6ffb001aaf97201fdac | |
parent | 76fa96591e815e3241fd24a118e8b7575d95586c (diff) | |
download | SMAPI-eee65ad0b6561928b689507be45c81794319005c.tar.gz SMAPI-eee65ad0b6561928b689507be45c81794319005c.tar.bz2 SMAPI-eee65ad0b6561928b689507be45c81794319005c.zip |
update translation docs (#682)
-rw-r--r-- | docs/README.md | 2 | ||||
-rw-r--r-- | docs/release-notes.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index 49cf28e4..996e9444 100644 --- a/docs/README.md +++ b/docs/README.md @@ -70,7 +70,7 @@ Hungarian | ❑ not translated Italian | ❑ not translated Japanese | ❑ not translated Korean | ❑ not translated -Portuguese | ❑ not translated +Portuguese | ✓ [fully translated](../src/SMAPI/i18n/pt.json) Russian | ✓ [fully translated](../src/SMAPI/i18n/ru.json) Spanish | ✓ [fully translated](../src/SMAPI/i18n/es.json) Turkish | ✓ [fully translated](../src/SMAPI/i18n/tr.json) diff --git a/docs/release-notes.md b/docs/release-notes.md index d31b95e5..6e785982 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,7 +15,7 @@ * fixed spawning custom rings added by mods; * Fixed errors when some item data is invalid. * Internal optimizations. - * Updated translations. Thanks to PlussRolf (added Spanish)! + * Updated translations. Thanks to L30Bola (added Portuguese) and PlussRolf (added Spanish)! * For the web UI: * Added option to edit & reupload in the JSON validator. |