iriman
(Iman)
2019 年8 月 5 日 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 个赞
iriman
(Iman)
2019 年8 月 5 日 11:22
3
Thank you. I tried some searching for “شنبه” on transifex, but I couldn’t find the related resource.
gerhard
(Gerhard Schlager)
2019 年8 月 5 日 12:16
4
5 个赞
iriman
(Iman)
2019 年8 月 5 日 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 个赞