r111946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111945‎ | r111946 | r111947 >
Date:18:12, 20 February 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/Narayam/Narayam.php (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/Narayam/resources/ext.narayam.rules.mr.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/Narayam/resources/ext.narayam.rules.mr.js
@@ -36,10 +36,10 @@
3737
3838 ['आऊm', '', 'ॐ'], // AUm
3939
40 -['(ग्ग्y|ज्ज्n)', '', 'ज्ञ्'], // Gy or Jy
 40+['(द्न्y|ग्ग्y|ज्ज्n)', '', 'ज्ञ्'], // dny, ggy or jjn
4141
4242 ['र्र्y', '', 'ऱ्य्'], // rry
43 -['र्र्h', '', 'ऱ्ह्'], // rry
 43+['र्र्h', '', 'ऱ्ह्'], // rrh
4444
4545 ['अa', '', 'आ'],
4646 ['(ऒo|उu)', '', 'ऊ'],
@@ -136,7 +136,7 @@
137137 ['8', '', '८'],
138138 ['9', '', '९'],
139139 ['~', '', '्'],
140 -['.\\\\', '', '।'],
 140+['\\.', '', '।'], // Danda
141141 ['//', '', 'ऽ'],
142142 ['\\`', '', '़'],
143143 ['(\u200C)*_', '', '\u200c']
Index: branches/wmf/1.19wmf1/extensions/Narayam/Narayam.php
@@ -104,8 +104,8 @@
105105 'ml-inscript' => 'ext.narayam.rules.ml-inscript',
106106 ),
107107 'mr' => array(
108 - 'mr' => array( 'ext.narayam.rules.mr', 'beta' ),
109 - 'mr-inscript' => array( 'ext.narayam.rules.mr', 'beta' ),
 108+ 'mr' => 'ext.narayam.rules.mr',
 109+ 'mr-inscript' => 'ext.narayam.rules.mr',
110110 ),
111111 'ne' => array(
112112 'ne' => array( 'ext.narayam.rules.ne', 'beta' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111232Adding dny for ज्ञ् in Marathi transliteration, suggested by Ankit Ga...amire8012:33, 11 February 2012
r111823Remoive mr inputmethods out of beta status because community people told that...santhosh13:36, 18 February 2012
r111824Minor comment fix, FIX Bug 34489santhosh13:38, 18 February 2012
r111841Made the danda behave correctly, like in Hindi. Bug reported by Shantanoo on ...amire8019:52, 18 February 2012
r111846Unbreak Narayam, ping r111823nikerabbit21:46, 18 February 2012

Status & tagging log