https://bugzilla.wikimedia.org/show_bug.cgi?id=52009
--- Comment #7 from Calak <[email protected]> --- OK, But Kurdish language is not like English, also Kurdish has a genitive case so you should use xg; therefore please: 1- Set $dateFormats thus: $dateFormats = array( 'dmy time' => 'H:i', 'dmy date' => 'jی xg Y', 'dmy both' => 'H:i، jی xg Y', 'mdy time' => 'H:i', 'mdy date' => 'xg j، Y', 'mdy both' => 'H:i، xg j، Y', 'ymd time' => 'H:i', 'ymd date' => 'Y/n/j', 'ymd both' => 'H:i، Y/n/j', 'persian time' => 'H:i', 'persian date' => 'xijی xiFی xiY', 'persian both' => 'H:i، xijی xiFی xiY', 'hijri time' => 'H:i', 'hijri date' => 'xmjی xmFی xmY', 'hijri both' => 'H:i، xmjی xmFی xmY', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd', 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns', ); 2- Set $datePreferences thus: $datePreferences = array( 'default', 'dmy', 'mdy', 'ymd', 'persian', 'hijri', 'ISO 8601', ); 3- Set $defaultDateFormat thus: $defaultDateFormat = 'dmy'; Thank you very much. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
