Re: [w3c/manifest] Add members for localization (PR #1101)

@calidion asked:

> would it be possible for the web application installer to download all manifests for supported languages?
> and keep os operation local without any connection to the network?

Sure. The cost, of course, is that now you have more files. If the manifest is packaged into the app (so that the app is a single download, e.g. like a zip file) this might not matter. If each file is separately retrieved, you'll have the usual problems associated with multiple files (if you have 100 languages, that's 100 requests on your server and 100 times that the client is waiting on the request)


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1101#issuecomment-2211794233
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1101/c2211794233@github.com>

Received on Saturday, 6 July 2024 15:14:29 UTC