hadimostafapour / react-native-calendars-persian

React Native Calendar Components 📆+ Jalali Calendar Support
MIT License
21 stars 11 forks source link

Month name is in Latin #4

Closed bbmokhtari closed 3 years ago

bbmokhtari commented 5 years ago

I can't seem to be able to change the month name from Farvardin to فروردین.

Screen Shot 2019-04-19 at 14 00 20
hadimostafapour commented 5 years ago

please provide steps to reproduce this case (code/snippet).

ahmadi-akbar commented 5 years ago

please check this https://github.com/ahmadi-akbar/react-native-calendars-persian Capture

fatemehmemar123 commented 5 years ago

hi how to rtl week?

ahmadi-akbar commented 5 years ago

hello i have added a rtl (right to left) prop. please check this https://github.com/ahmadi-akbar/react-native-calendars-persian PersianCalendarExample ScreenShot

barbodco commented 4 years ago

this solution is not best practice but work fine add this line in file node_modules/react-native-calendars-persian/src/persian/dateutils.js moment.loadPersian({dialect: 'persian-modern'})

HekmatBeigverdi commented 4 years ago

Thank you @barbodco it work's properly!!!

barbodco commented 3 years ago

Thank you @barbodco it work's properly!!!

Welcome!

MrKarimi9425 commented 2 years ago

Thank you very much @barbodco