Re: [w3c/manifest] Web Manifest Overrides (Issue #1045)

Current plans are triplets like so:

```
"dir": "ltr",
"lang": "en-x-marcos",
"short_name": "I'm a short name",
"short_name_localized": {
   "en":  { "value": "My App, hey!", "dir": "ltr", "lang": "fr"},
   "en-GB": { "value": "My App, eh wut?", "dir": "ltr"},
   "fr": "string",
   "ar": { "value": "...", "dir": "rtl" }
}
```

See discussion on pull request https://github.com/w3c/manifest/pull/1101 and tpac notes [here](https://docs.google.com/document/d/1RIaeXT_-j8n4iGPI3odZyJTqtHCKqe3oWZTO-j21z9U/edit#heading=h.5i48hfw584ma)

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

Message ID: <w3c/manifest/issues/1045/2091846070@github.com>

Received on Thursday, 2 May 2024 22:25:50 UTC