From 91ae14cf187d574847d92cc32079fdf6ad48708f Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 29 May 2021 18:33:46 +0200 Subject: [PATCH] Update i18n docs --- docs/source/Concepts/Internationalization.md | 12 ++++++------ docs/source/toc.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/Concepts/Internationalization.md b/docs/source/Concepts/Internationalization.md index be216b1b38..cbd80d1956 100644 --- a/docs/source/Concepts/Internationalization.md +++ b/docs/source/Concepts/Internationalization.md @@ -5,10 +5,10 @@ between the first "i" and the last "n" in that word) allows Evennia's core server to return texts in other languages than English - without anyone having to edit the source code. -Language-translations are done by volunteers. Therefore language support can -vary a lot depending on when they were last updated. Below are all languages -(besides English) with som level of support. Generally, any language not -updated after May 2021 will be missing translations. +Language-translations are done by volunteers, so support can vary a lot +depending on when a given language was last updated. Below are all languages +(besides English) with some level of support. Generally, any language not +updated after May 2021 will be missing some translations. ```eval_rst @@ -21,7 +21,7 @@ updated after May 2021 will be missing translations. +---------------+----------------------+--------------+ | it | Italian | Feb 2015 | +---------------+----------------------+--------------+ -| ko | Korean(simplified) | Sep 2019 | +| ko | Korean (simplified) | Sep 2019 | +---------------+----------------------+--------------+ | la | Latin | Feb 2021 | +---------------+----------------------+--------------+ @@ -29,7 +29,7 @@ updated after May 2021 will be missing translations. +---------------+----------------------+--------------+ | pt | Portugese | Dec 2015 | +---------------+----------------------+--------------+ -| ru | Russian (Russia) | Apr 2020 | +| ru | Russian | Apr 2020 | +---------------+----------------------+--------------+ | sv | Swedish | June 2021 | +---------------+----------------------+--------------+ diff --git a/docs/source/toc.md b/docs/source/toc.md index 21ddd67512..00050cc0c7 100644 --- a/docs/source/toc.md +++ b/docs/source/toc.md @@ -1,5 +1,5 @@ # Toc - +- [API root](api/evennia-api.rst) - [Coding/Coding Introduction](Coding/Coding-Introduction) - [Coding/Coding Overview](Coding/Coding-Overview) - [Coding/Continuous Integration](Coding/Continuous-Integration)