-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a lang member #322
Comments
I would suggest to not add 'lang' without a full i18n story. If we were to re-use Mozilla's Manifest way to handle i18n, we might want to have default_locale instead of lang. |
Please see Addison's comments - this is not related to localization - this is about primary language in which the content of the manifest is written. And we do have a full i18n story, it's: "adapt your manifest based on user input to your web app... like you do with every other document on your site":). |
@mounirlamouri still want your ok on this: cbd8343 |
Note that:
I know that neither of these requirements are things that everyone agrees on, but I wanted to call out that they may make certain things impossible in the future. And FWIW I don't actually think having multiple locales in a single manifest is particularly messy. |
On March 7, 2015 at 5:21:38 AM, Ben Francis (notifications@github.com) wrote:
There seems to be some confusion about the use case: having That is to say, |
But if we end up having some |
No, because
That's fine. Mozilla's model leads to very unmanageable nested structures.
I'm fine. I'll take this as agreement. 👍 |
Added lang member (closes #322)
Elsewhere, Addison Phillips pointed out:
I'm inclined to add a
lang
member.The text was updated successfully, but these errors were encountered: