Page MenuHomePhabricator

mediawiki-i18n Update for Malayalam language (ml)
Closed, ResolvedPublic

Description

Author: sadik.khalid

Description:
$messages = array(

Days of the week

'sunday' => 'ഞായര്‍',
'monday' => 'തിങ്കള്‍',
'tuesday' => 'ചൊവ്വ',
'wednesday' => 'ബുധന്‍',
'thursday' => 'വ്യാഴം',
'friday' => 'വെള്ളി',
'saturday' => 'ശനി',
'sun' => 'ഞാ.',
'mon' => 'തി.',
'tue' => 'ചൊ.',
'wed' => 'ബു.',
'thu' => 'വ്യാ.',
'fri' => 'വെ.',
'sat' => 'ശ.',

Month names

'january' => 'ജനുവരി',
'february' => 'ഫെബ്രുവരി',
'march' => 'മാര്‍ച്ച്‌',
'april' => 'ഏപ്രില്‍',
'may_long' => 'മേയ്‌',
'june' => 'ജൂണ്‍',
'july' => 'ജൂലൈ',
'august' => 'ഓഗസ്റ്റ്‌',
'september' => 'സെപ്റ്റംബര്‍',
'october' => 'ഒക്ടോബര്‍',
'november' => 'നവംബര്‍',
'december' => 'ഡിസംബര്‍',
'jan' => 'ജനു.',
'feb' => 'ഫെബ്രു.',
'mar' => 'മാര്‍.',
'apr' => 'ഏപ്രി.',
'may' => 'മേയ്‌',
'jun' => 'ജൂണ്‍',
'jul' => 'ജൂലൈ',
'aug' => 'ഓഗ.',
'sep' => 'സെപ്റ്റം.',
'oct' => 'ഒക്ടോ‍.‍',
'nov' => 'നവം.',
'dec' => 'ഡിസം.',
);


Version: unspecified
Severity: enhancement

Details

Reference
bz10761

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:49 PM
bzimport set Reference to bz10761.
bzimport added a subscriber: Unknown Object (MLST).