John Gee
John Gee
> Do you want localisation can follow the user's PC locale preference automatically? I was suggesting we do _not_ do automatic. Require author to select localisation. But I am interested...
> I hosted a live demo to show how it works here Neat! Note that you can construct the lookup key from the string array passed to `localization` without referring...
Is there value in letting people supply a partial or complete localisation map themselves, rather than only pick from supplied locales? This would let people change (say) just the help...
I am excited. 🎉 I am still worried about the code changes and maintenance of the translations, but if there is interest from users then I think it could be...
> Sorry for my slow reply. Two days? No problem! Please do not feel under pressure to reply quickly.
Another package with an API for locale support, both locales and custom strings: https://day.js.org/docs/en/customization/customization
I am thinking about what to try first. Being able to customise the strings would let people do things themselves without waiting for a full locale/localisation to be available. And...
Using several of the references we found above, I came up with this template function: ``` transform(strings, ...args) { // Make a key by putting in placeholders for the args,...
I opened a PR with some experimental work: #1807 I have added calls to the tagged template function for most of the error messages. I have not done the one...
In a few places we display lists. I came across two in the Help, for the choices, and the list of "extra" info for an option. I've added a "list...