11 Aug
2021
11 Aug
'21
8:09 a.m.
On 9 Aug 2021, at 18:10, Wolfgang Schuster via ntg-context
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