Skip to content

Intl.select does not document that examples should be const #29864

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

Closed
leafpetersen opened this issue Jun 14, 2017 · 2 comments
Closed

Intl.select does not document that examples should be const #29864

leafpetersen opened this issue Jun 14, 2017 · 2 comments

Comments

@leafpetersen
Copy link
Member

The Intl.message documentation specifies that the examples parameter must be a const literal map. Intl.select has an examples parameter which is forwarded to a call to Intl.message, but there is no documentation for Intl.select that indicates that it must be const.

See also: #29381 .

@dgrove
Copy link
Contributor

dgrove commented Jun 14, 2017

This should be in the dart-lang/intl repo. Moving to there.

@dgrove dgrove closed this as completed Jun 14, 2017
@dgrove
Copy link
Contributor

dgrove commented Jun 14, 2017

move to dart-lang/i18n#216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants