-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
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
Add locale ca_ES (Catalan) #4929
Conversation
@aaronplanell, thanks for your PR! By analyzing the history of the files in this pull request, we identified @afc163 and @corneyl to be potential reviewers. |
components/locale-provider/ca_ES.tsx
Outdated
import Calendar from '../calendar/locale/ca_ES'; | ||
|
||
export default { | ||
locale: 'en', |
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.
Shouldn't this be es
?
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.
sorry it's ca.
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 correct it now.
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 a lot @corneyl ! I made all those changes three times, hehehe.
Hello,
I added the local for ca_ES (Catalan). Therefore, this fork only have four new files:
And a modified file:
Previously to this fork, I updated to other projects:
Finally, I run:
Everything it's OK. Waiting for your fork 😄