-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Locale didn't change years A.D to Buddhist Era (BE). #238
Labels
bug
Something isn't working
Comments
god bless !! |
Wow! I've learned so much about world calendars when working on this project. Now there's another thing :) I'll be happy to fix that. |
wojtekmaj
added a commit
that referenced
this issue
Sep 23, 2019
… custom function Fix an issue where Navigation for century view, decade view and year view would not have titles properly localized in th-TH locale Fix an issue where Decade and Year tiles would not have labels properly localized in th-TH locale Add support for custom formatYear function Add new tests for formatting tiles Fixes #238
wojtekmaj
added a commit
that referenced
this issue
Sep 26, 2019
… custom function (#241) Fix an issue where Navigation for century view, decade view and year view would not have titles properly localized in th-TH locale Fix an issue where Decade and Year tiles would not have labels properly localized in th-TH locale Add support for custom formatYear function Add new tests for formatting tiles Fixes #238
felixmosh
pushed a commit
to felixmosh/react-calendar
that referenced
this issue
Nov 8, 2020
… custom function (wojtekmaj#241) Fix an issue where Navigation for century view, decade view and year view would not have titles properly localized in th-TH locale Fix an issue where Decade and Year tiles would not have labels properly localized in th-TH locale Add support for custom formatYear function Add new tests for formatting tiles Fixes wojtekmaj#238
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use locale for Thailand.
it use Buddhist Era.
this is my code:
<Calendar locale='th-Th' calendarType="US" />
And in the month view, it change to Buddhist Era (BE), but in year view, decade view and century view, it didn't change.
The text was updated successfully, but these errors were encountered: