Update version and changelogs for v0.21 release

This commit is contained in:
Oliver Hamlet
2023-08-30 19:57:06 +01:00
parent dc8bb0f854
commit 0a7efcb4d3
5 changed files with 69 additions and 9 deletions
+7 -2
View File
@@ -48,16 +48,21 @@ If a message's ``content`` value is a string, the message will use the string as
its content if displayed. Otherwise, the first localised content structure with
a language or locale code that matches LOOT's current language will be used as
the message's content if displayed. If there are no exact matches, LOOT will try
to find a close match. If LOOT's current language uses a locale code, it will
to find a close match.
If LOOT's current language uses a locale code, it will
display the first structure with the same language code, but not another locale
code with the same language code. For example, if LOOT's current language has
locale code ``pt_BR``, it will display the first structure with language code
``pt`` (but not locale code ``pt_PT``) if none exist with locale code ``pt_BR``.
If LOOT's current language has a language code, it will display the first
structure with a locale code that contains that language code. For example, if
LOOT's current language has language code ``pt``, it will display the first
structure with locale code ``pt_PT`` or ``pt_BR`` if none exist with language
code ``pt``. If there are no exact or close matches, then the first structure in
code ``pt``.
If there are no exact or close matches, then the first structure in
English will be used.
Equality