Re: [w3c/manifest] [DRAFT—DO NOT MERGE/REVIEW] Add members for localization (PR #1101)

@christianliebel 
I think `_localized` suffix can be a temporary solution to be backward compatible with existing browsers and applications.
while native localizable strings can also be a standard way for all web standards like html can be enhanced like this: 

```html
<p>
<string>
<locale lang="en"> Hello World!</locale>
<locale lang="en-US"> Hello World!</locale>
<i18n lang="zh"> 你好世界!</i18n>
<i18n lang="zh-CN"> 你好世界!</i18n>
</string>
</p>
````


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

Message ID: <w3c/manifest/pull/1101/c2188716502@github.com>

Received on Tuesday, 25 June 2024 11:42:26 UTC