From 79a8de966c2f13faf3bae6f54ea406ea3bb91630 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Thu, 27 Feb 2025 22:53:46 +0100 Subject: [PATCH] fix #632 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a440f6ef..67e75b78 100644 --- a/index.html +++ b/index.html @@ -1996,7 +1996,7 @@

Algorithm

  • Initialize result to an empty map.
  • Initialize default language to @none. If the active context has a default language, - set default language to the default language from the active context + set default language to the default language from the active context normalized to lower case.
  • For each key term and value term definition in the active context, ordered by shortest term @@ -2112,7 +2112,7 @@

    Algorithm

    default base direction:
    1. Initialize a variable lang dir - with the concatenation of default language and default base direction, + with the concatenation of default language and default base direction, separate by an underscore (`"_"`), normalized to lower case.
    2. If language map does not have a lang dir entry,