iriman
(Iman)
2019 年 8 月 5 日午前 9: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 日午後 3: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