[w3c/manifest] Add optional `translations` member (#676)

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