- From: Gerard Tyedmers <notifications@github.com>
- Date: Mon, 27 Nov 2017 09:32:04 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 November 2017 09:32:40 UTC
I cannot find a way to create multilingual descriptions in my manifest file for a multilingual web app. With the old manifest files for chrome web store, it was possible to add this to the manifest: "description": "__MSG_appDesc__", and then add a json-file for each language in a _locales folder: _locales/en/messages.json: { "appDesc": { "message": "my english description..." } } However, in the current w3c manifest specifications, there seems no way of doing this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/628
Received on Monday, 27 November 2017 09:32:40 UTC