In the Lightning Web Runtime OSS documentation, in the "Use Module Providers" section, I can see "Your application components can now statically import labels sourced from JSON files in your project’s $rootDir/src/labels directory".
I wasn't able to find which format is expected. Is there a more detailed documentation somewhere (like, should I care about namespace or language), or anyone has a sample JSON file so that I know what's expected ?
Thanks !
Answering to myself, here is what seems to works. But I don't really know if it's supposed to work like this or could break at anytime as it's not really documented (especially language support).
Put another way, I don't know if LWR OSS documentation is not enough documented and should explain how it works (just missing time or resources to do it), or maybe too documented and should mention this 🤷🏻♂️