Joaquín Sánchez
Joaquín Sánchez
If content is outside the app folder try adding the folder(s) to the filesystem array in the conf: https://unocss.dev/config/#filesystem
In my case it is copilot plugin: 
check https://github.com/vite-pwa/vite-plugin-pwa/issues/583#issuecomment-3404762240 and https://github.com/vite-pwa/vite-plugin-pwa/issues/583#issuecomment-3405226199 (change the virtual import and needRefresh to use vue reactive logic, you need to clear the interval) check also https://github.com/vite-pwa/vite-plugin-pwa/issues/583#issuecomment-3405521214 (time between sw builds may have...
The files entry is about support multiple country languages where you can share a lot of messages from base language. You can use specific keys inside the json file, check...
The big problem with your approach is using multiple files in the same page, what should i18n load? What you're describing is localize pages using multiple i18n feature files... In...
> I am working on optimizations in v10 that aim to achieve the same thing but without the need for splitting translation files per page yourself by loading/stripping messages based...
I guess you cannot access that file, it is a virtual file, node should resolve the real path in `accessSync` (if possible). I have it working using local ip address...
We have this "simple" script at elk.zone: https://github.com/elk-zone/elk/blob/main/scripts/prepare-translation-status.ts We have the table where we show missing and outdated keys, you can expand the rows to show both: https://docs.elk.zone/guide/contributing#translation-status