- From: Thomas Steiner <notifications@github.com>
- Date: Wed, 31 Mar 2021 01:11:27 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 31 March 2021 08:11:39 UTC
I like the hybrid approach, since it lets everyone do what their infrastructure supports best. One thing to point out in informal language for **Approach 2** might be that no assumption may be made as to the "primary" language (that is, the language of the top-level fields *not* under `"translations"`). For some apps, English may be a secondary target. ```json { "name": "Meine Applikation", "description": "Eine deutsche Applikation", "lang": "de", "translations": { "en": { … } } … } ``` This comment is basically saying if `"lang"` is missing, don't assume it to be necessarily `"en"`. -- 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#issuecomment-810869837
Received on Wednesday, 31 March 2021 08:11:39 UTC