Skip to content
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

[DataGrid] Add l10n support for 'is any of' #3746

Merged
merged 3 commits into from Jan 27, 2022

Conversation

alexfauquette
Copy link
Member

Fix #3743

When running yarn l10n the csCZ file is not updated. I did it manually

The file is open, but it has an early return due to this condition https://github.com/alexfauquette/material-ui-x/blob/fix-isAnyLabel/scripts/l10n.ts#L266:L268

@mui-bot
Copy link

mui-bot commented Jan 26, 2022

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 149.4 352.1 223.3 242.24 72.318
Sort 100k rows ms 387.2 779.1 509.9 548.3 133.519
Select 100k rows ms 180.1 228.7 211.1 204.82 20.91
Deselect 100k rows ms 86.9 374.3 165.5 186.52 97.859

Generated by 🚫 dangerJS against 1adee4e

@flaviendelangle
Copy link
Member

When running yarn l10n the csCZ file is not updated. I did it manually

Do you know why ?

@alexfauquette
Copy link
Member Author

alexfauquette commented Jan 26, 2022

No, otherwise I would have made the fix ;)

I do not see any difference with other locale files

Probably better to open an issue for that

@alexfauquette
Copy link
Member Author

@flaviendelangle Andrew corrected the bug on csCZ file. It was a typo in the name of the exported variable

@alexfauquette alexfauquette merged commit 5cc6ba0 into mui:master Jan 27, 2022
@alexfauquette alexfauquette deleted the fix-isAnyLabel branch January 27, 2022 14:37
@cherniavskii cherniavskii added component: data grid This is the name of the generic UI component, not the React module! feature: Filtering Related to the data grid Filtering feature labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Filtering Related to the data grid Filtering feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grid filter operator isAnyOf lacks l10n support
4 participants