We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When talking through this API in fluent.js, we found that ignoring order in Attributes and Variants is actually not the right thing.
Backport this fix to fluent.syntax in python land.
fluent.syntax
The text was updated successfully, but these errors were encountered:
.equals should not ignore Variant and Attribute order, fixes projectf…
7c647df
…luent#111
6b38ad0
…luent#111 Also remove .sorting_key, it's not used anymore.
9673bf1
Pike
No branches or pull requests
When talking through this API in fluent.js, we found that ignoring order in Attributes and Variants is actually not the right thing.
Backport this fix to
fluent.syntax
in python land.The text was updated successfully, but these errors were encountered: