[RESOLVED] calendar type
Fragment of a discussion from Project:Support desk
You should not be editing /languages/messages/MessagesFa.php by hand. Editing core files breaks on upgrades and is not officially supported. Instead you should do something like add
$wgDefaultUserOptions['date'] = 'persian';
To the bottom of LocalSettings.php
See manual:$wgDefaultUserOptions for details.