- From: Alexey Rodionov <notifications@github.com>
- Date: Sun, 20 May 2018 06:27:17 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 20 May 2018 13:27:40 UTC
Sometimes it's difficult to find an app or game on a specific (especially, unpopular) language. Conversely some apps (games) are available only in one language (e.g. Chinese). Since we want PWAs to be presented in app stores, what about adding optional `"translations"`/`"languages"`/`"supported_languages"` array of strings member? Something like: ```json "translations": ["en","fr","it"] ``` It should help to find (filter/exclude) apps by supported languages. -- 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/676
Received on Sunday, 20 May 2018 13:27:40 UTC