iriman
(Iman)
5 augustus 2019 om 09:44
1
Hi
On calendar date picker, short version of weekdays in Persian are same as full version and weekday names run off the date picker box:
Please change them like this:
sun => یک
mon => دو
tue => سه
wed => چهار
thu => پنج
fri => جمعه
sat => شنبه
thank you!
1 like
iriman
(Iman)
5 augustus 2019 om 11:22
3
Thank you. I tried some searching for “شنبه” on transifex, but I couldn’t find the related resource.
gerhard
(Gerhard Schlager)
5 augustus 2019 om 12:16
4
5 likes
iriman
(Iman)
5 augustus 2019 om 15:59
5
weekdays : 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه'.split('_'),
weekdaysShort : 'یک_دو_سه_چهار_پنج_جمعه_شنبه'.split('_'),
weekdaysMin : 'ی_د_س_چ_پ_ج_ش'.split('_'),
weekdaysShort could also be changed here as above code. This short version would make sense to users if the context is clear, like here at date picking box. full version and min version are completely correct.
Thanks
4 likes