diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-15 21:47:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-15 21:47:42 -0500 |
commit | c7426a191afe1a0b61e109d7bdcd5e1f6a5c98df (patch) | |
tree | f8b88ac49dc204a1afa28261d775c19aad88e061 /docs | |
parent | 9018750eb326c666b5424749ddd51b9a18470265 (diff) | |
download | SMAPI-c7426a191afe1a0b61e109d7bdcd5e1f6a5c98df.tar.gz SMAPI-c7426a191afe1a0b61e109d7bdcd5e1f6a5c98df.tar.bz2 SMAPI-c7426a191afe1a0b61e109d7bdcd5e1f6a5c98df.zip |
add Spanish translations
Thanks to PlussRolf!
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 2 | ||||
-rw-r--r-- | docs/release-notes.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 386259a9..49cf28e4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -72,5 +72,5 @@ Japanese | ❑ not translated Korean | ❑ not translated Portuguese | ❑ not translated Russian | ✓ [fully translated](../src/SMAPI/i18n/ru.json) -Spanish | ❑ not translated +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 8e1b9f1c..bd377d0b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ * Fixed compatibility with Linux Mint 18 (thanks to techge!) and Arch Linux. * Fixed compatibility with Linux systems which have libhybris-utils installed. * Internal optimizations. + * Updated translations. Thanks to PlussRolf (added Spanish)! * For modders: * Added asset propagation for grass textures. |