You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i format date/time in arabic i get this "الأحد, ديسمبر 20, 2020 7:29 AM", while AM and PM is not translated in arabic. i will ad the fix here as im not familiar with contributing with bug fix
When i format date/time in arabic i get this "الأحد, ديسمبر 20, 2020 7:29 AM", while AM and PM is not translated in arabic. i will ad the fix here as im not familiar with contributing with bug fix
meridiem: (hour, minute, isLowercase) => { return hour > 12 ? 'م' : 'ص' }
also i hope you add localization for ar-eg
The text was updated successfully, but these errors were encountered: