r108381 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108380‎ | r108381 | r108382 >
Date:05:58, 9 January 2012
Author:santhosh
Status:ok
Tags:
Comment:
In Nepali transliteration correct the rule consonant + a to make long vowel /a/
As per the request http://translatewiki.net/w/i.php?title=Support&offset=20111113135812#correction_on_transliteration_tool_17879
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.rules.ne.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.rules.ne.js
@@ -12,7 +12,7 @@
1313
1414 ['([क-ह]़?)्a', '','$1'],
1515 ['([क-ह]़?)्A', '','$1ा'],
16 -['([क-ह]़?)्a', '','$1ा'],
 16+['([क-ह]़?)a', '','$1ा'],
1717 ['([क-ह]़?)्i', '','$1ि'],
1818 ['([क-ह]़?)(्I|िi|ेe)', '','$1ी'],
1919 ['([क-ह]़?)्u', '','$1ु'],
@@ -161,4 +161,4 @@
162162 'lookbackLength': 4,
163163 'keyBufferLength': 1,
164164 'rules': rules
165 -} );
\ No newline at end of file
 165+} );

Status & tagging log