saeedrahimi / antd-jalali

A wrapper for ant-design date picker and calendar to support Jalali calendar type
https://saeedrahimi.github.io/antd-jalali/
85 stars 37 forks source link

The year still show in Gregorian #47

Closed fatemebd closed 2 months ago

fatemebd commented 2 months ago

I am using "antd": "^5.20.3", "antd-jalali": "2.0.1", and I import the locale from "antd/lib/locale/fa_IR". but the year is still in Gregorian. image

fatemebd commented 2 months ago

I forgot to import useJalaliLocaleListener() hook, Thanks for your package!