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 @@
161
161
'namemsg': 'narayam-sa',
162
162
'extended_keyboard': false,
163
163
'lookbackLength': 4,
164
- 'keyBufferLength': 1,
164
+ 'keyBufferLength': 2,
165
165
'rules': rules
166
166
} );
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
17:54, 19 September 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r97510
[
removed:
new
added:
ok]