SL10n
can now detect unfilled localization strings.- Unfilled strings are either empty or equal to their key.
warnings.UnfilledLocaleKey
propogates when an unfilled key detected.
pimpl.ORJSONImpl
is now deprecated.- According to my benchmarks,
orjson
makes no significant load/dump speeds difference for our use case. A this point there's no reason to have a dedicatedParsingImpl
for it.
Usepimpl.JSONImpl
with one of the supported packages instead (e.g. built-injson
).
- According to my benchmarks,
Also I updated the docs look and added a new "Locale containers" page.
- Most notably,
ParsingImpl
methods have been documented.