-
Notifications
You must be signed in to change notification settings - Fork 24
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
Note about localization of payment sheet #1043
Comments
When implementing the payment sheet in Firefox, we ran into a bunch of issues/restrictions (particularly on mobile / Play Store). In particular, we couldn't ship a localized version of each payment sheet because it ended up hitting the APK size limits, and there was hesitation on including localized content that might not be used, again because of the additional weight. The compromise was to just use the system default language 😢.
We did have it in the spec that the use agent SHOULD use the language of the web page to localize the payment sheet, but sadly, we couldn't get anyone to implement it, so we removed it: We could add that back in, but I fear it will remain aspirational. Here is what the spec used to say:
|
The above comment should be added to the issue if we raise it in the payment-request repo. Please don't continue the discussion here. |
WG issue closed. New spec text: https://w3c.github.io/payment-request/#show-method |
Close per discussion of 2021-09-09 |
This is a tracker issue. Only discuss things here if they are i18n WG internal meta-discussions about the issue. Contribute to the actual discussion at the following link:
§ w3c/payment-request#952
The text was updated successfully, but these errors were encountered: