On 8/11/2021 10:09 AM, Otared Kavian via ntg-context wrote:
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 ?
it is no problem to fix if you all can agree on what/how to fix ... Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------