https://bugzilla.wikimedia.org/show_bug.cgi?id=17882
--- Comment #1 from [email protected] 2009-03-09 12:50:49 UTC --- I fixed this on my installation by adding the following month name table to the end of SMW_LanguageNl.php: protected $m_months = array( 0 => 'januari', 1 => 'februari', 2 => 'maart', 3 => 'april', 4 => 'mei', 5 => 'juni', 6 => 'juli', 7 => 'augustus', 8 => 'september', 9 => 'oktober', 10 => 'november', 11 => 'december' ); Is this the right place for this table? -Lloyd -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
