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

[I10n] Improve Hebrew (he-IL) locale #3930

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

ColdAtNight
Copy link
Contributor

@ColdAtNight ColdAtNight commented Feb 12, 2022

Add missing translations & fixes
I am not sure why the check fails. I ran all required scripts before pushing the changes.

@mui-bot
Copy link

mui-bot commented Feb 12, 2022

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 209.3 358.9 260.3 276.32 60.549
Sort 100k rows ms 435.3 761.2 562 594.34 124.094
Select 100k rows ms 140.6 266.8 165.4 180.32 45.383
Deselect 100k rows ms 91.7 206.5 199.6 167.5 44.306

Generated by 🚫 dangerJS against e2326da

Copy link
Member

@alexfauquette alexfauquette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems that some tests flaky tests are back. Don't worry, we will deal with them

@@ -90,18 +90,18 @@ const heILGrid: Partial<GridLocaleText> = {
count !== 1 ? `${count.toLocaleString()} שורות נבחרו` : `שורה אחת נבחרה`,

// Total rows footer text
footerTotalRows: 'סך הכל שורות: ',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you want to remove the space after ":"?

Copy link
Contributor Author

@ColdAtNight ColdAtNight Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I looked at other translations and this is the case in all of them

@alexfauquette alexfauquette merged commit 5f6b29d into mui:master Feb 15, 2022
@zannager zannager added the l10n localization label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n localization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants