r97510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97509‎ | r97510 | r97511 >
Date:15:46, 19 September 2011
Author:santhosh
Status:ok (Comments)
Tags:
Comment:
keyBufferLength needs to be 2 to get ['कh','c','च'] working.
Modified paths:
  • /trunk/extensions/Narayam/js/ext.narayam.rules.sa.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/js/ext.narayam.rules.sa.js
@@ -160,6 +160,6 @@
161161 'namemsg': 'narayam-sa',
162162 'extended_keyboard': false,
163163 'lookbackLength': 4,
164 - 'keyBufferLength': 1,
 164+ 'keyBufferLength': 2,
165165 'rules': rules
166166 } );

Comments

#Comment by Junaidpv (talk | contribs)   17:54, 19 September 2011

Length 1 is sufficient and having length 2 is not a harm but this change is not required.

Status & tagging log