diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-15 00:40:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:13:53 -0400 |
commit | 6c220453e16c6cb5ad150b61cf02685a97557b3c (patch) | |
tree | 8122aaa95a9135a1d3d418fb9a932c909d261ec5 /docs | |
parent | 09d1c5a601e77c051dfde8a31f422b2c898086c3 (diff) | |
download | SMAPI-6c220453e16c6cb5ad150b61cf02685a97557b3c.tar.gz SMAPI-6c220453e16c6cb5ad150b61cf02685a97557b3c.tar.bz2 SMAPI-6c220453e16c6cb5ad150b61cf02685a97557b3c.zip |
fix translatable assets not updated when switching language (#586)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 6aa3c024..84738ff7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ These changes have not been released yet. * Fixed Save Backup not pruning old backups if they're uncompressed. * Fixed issues when a farmhand reconnects before the game notices they're disconnected. * Fixed 'received message' logs shown in non-developer mode. + * Fixed some assets not updated when you switch language to English. * For modders: * Added support for content pack translations. |