diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-15 01:25:56 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 18:17:09 -0400 |
commit | 6cf7c49f34eac8edd18012d41d1f49a149fb1f5a (patch) | |
tree | 1e2b911c730acd643baae7493d5e7f938c014e87 /docs | |
parent | a4c6c6168405bb0441a40e4f6f4e86dfa46a76b2 (diff) | |
download | SMAPI-6cf7c49f34eac8edd18012d41d1f49a149fb1f5a.tar.gz SMAPI-6cf7c49f34eac8edd18012d41d1f49a149fb1f5a.tar.bz2 SMAPI-6cf7c49f34eac8edd18012d41d1f49a149fb1f5a.zip |
add GetInAllLocales to translation API
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 9e42a847..409c4bd5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming release * For mod authors: + * Added `GetInAllLocales` method in translation API, to get a translation in every available locale. * Fixed rare `NullReferenceException` in SMAPI's error-handling. * Internal changes to prepare for upcoming releases. |