> On 9 Aug 2021, at 18:10, Wolfgang Schuster via ntg-context 
> <ntg-context@ntg.nl> wrote:
> (…)
> core-con.lua (line 1155):
> 
> local ordinals = {
>     [...]
>     french = function(n)
>         if n == 1 then
>             return "er"
> +       else
> +           return "e"
>         end
>     end,
> }

Hi Wolfgang,

Thanks for the example and the fix, but I would rather think that the « french 
» part of ordinals should be

        french = function(n)
                if n == 1 then
                        return « er"
                else
                         return « ème"
                end
        end,

Now if this were not accepted as a fix in core-con.lua, is there a way for a 
user to change the default to the above choice in his document ?

Best regards: Otared
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to