-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales #37017
Conversation
cccEric
commented
Apr 25, 2023
•
edited
Loading
edited
- I have followed (at least) the PR section of the contributing guide.
…log (tl-TL) locale
Netlify deploy previewBundle size report |
I am terribly sorry for the number of commits, it's my first time contributing. |
defaultProps: { | ||
getLabelText: (value) => { | ||
const lastDigit = value % 10; | ||
return `${value} तारा${lastDigit === 1 ? 's' : ''}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you double-check if this is correct? I have no clue about Nepali language but it's weird to see an "s" among letters of its native alphabet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I made a mistake, the correct letter should be like this स. I updated this character.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for your contribution!
…galog (tl-TL) locales (mui#37017)