From 7c9694b735eadeddc95139ffa2f6c02949bea5ad Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 8 Sep 2024 11:36:49 +0200 Subject: [PATCH] Update CHANGELOG, i18n update doc page --- CHANGELOG.md | 3 +++ docs/source/Concepts/Internationalization.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524a15185e..ae04ef608d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ with dynamic keys (rather than just relying on typeclass' key) (Griatch) - [Feat][pull3595]: Tweak Sqlite3 PRAGMAs for better performance (0xDEADFED5) - Feat: Make Sqlite3 PRAGMAs configurable via settings (Griatch) +- [Feat][pull3592]: Revised German locationlization ('Du' instead of 'Sie', + cleanup) (Drakon72) - [Fix][pull3494]: Update/clean some Evennia dependencies (0xDEADFED5) - [Fix][issue3556]: Better error if trying to treat ObjectDB as a typeclass (Griatch) - [Fix][issue3590]: Make `examine` command properly show `strattr` type @@ -26,6 +28,7 @@ did not add it to the handler's object (Griatch) [pull3595]: https://github.com/evennia/evennia/pull/3595 [pull3533]: https://github.com/evennia/evennia/pull/3533 [pull3594]: https://github.com/evennia/evennia/pull/3594 +[pull3592]: https://github.com/evennia/evennia/pull/3592 ## Evennia 4.3.0 diff --git a/docs/source/Concepts/Internationalization.md b/docs/source/Concepts/Internationalization.md index 31c57c5407..a4f81a3ad7 100644 --- a/docs/source/Concepts/Internationalization.md +++ b/docs/source/Concepts/Internationalization.md @@ -15,7 +15,7 @@ updated after Sept 2022 will be missing some translations. +---------------+----------------------+--------------+ | Language Code | Language | Last updated | +===============+======================+==============+ -| de | German | Dec 2022 | +| de | German | Aug 2024 | +---------------+----------------------+--------------+ | es | Spanish | Aug 2019 | +---------------+----------------------+--------------+