Drestin
Results
2
comments of
Drestin
That would be great ! I also think of `??` and `?=`. ```lua -- a = if b != nil then b else c a = b ?? c --...
I ran into it one day, too. It looks similar to https://github.com/i18next/i18next/issues/2052 It should be fixed by specifying a different context separator.