BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
953 stars 328 forks source link

How can i set Arabic language? #141

Closed islamAbuJamea95 closed 4 years ago

peacechen commented 5 years ago

This library uses Moment JS to support localization. https://github.com/BugiDev/react-native-calendar-strip#localization

islamabujamea commented 5 years ago

This library uses Moment JS to support localization. https://github.com/BugiDev/react-native-calendar-strip#localization

I tried using localization, I did like : const locale = { name: 'ar', config: { months: 'كانون الثاني _شباط _آذار_نيسان_أيار_حزيران _تموز_آب_أيلولتشرين الأول تشرين الثانيكانون الأول'.split(''), weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعةالسبت'.split(''), weekdaysShort: 'ح_ن_ث_ر_خ_جس'.split(''), } };

but when I generate APK the app not working :(

peacechen commented 5 years ago

Refer to the solution posted in #110.