[ci skip] changelog: mention recent translation changes

This commit is contained in:
Dylan K. Taylor 2021-08-15 16:04:27 +01:00
parent db90b40bdd
commit 177eecf9ee
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -713,6 +713,10 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
- The following classes have been renamed:
- `BaseLang` -> `Language`
- `LanguageNotFoundException` has been added. This is thrown when trying to construct a `Language` which doesn't exist in the server files.
- `TranslationContainer` no longer discards keys for translation parameters. Previously, only the insertion order was considered.
- `TranslationContainer` now supports string keys for translation parameters.
- `TranslationContainer` now supports providing other `TranslationContainers` as translation parameters.
- `Language->translateString()` now supports providing `TranslationContainers` as translation parameters.
### Network