https://bugzilla.wikimedia.org/show_bug.cgi?id=43854
--- Comment #7 from Santhosh Thottingal <[email protected]> --- The above change will be ported to ULS and will be available in wikis as per ULS deployment plan https://www.mediawiki.org/wiki/UniversalLanguageSelector/Deployment/Planning We are not updating Narayam because it is getting phased out. For those who want the keyboard mapping immediately: For the wikis where Narayam is deployed the keyboard mappings can be easily customized at user level as per http://www.mediawiki.org/wiki/Extension:Narayam#User_level_customization mw.loader.using('ext.narayam.rules.ml', function () { var ml_scheme = $.narayam.getScheme( 'ml' ); var custom_rules = [['ർ#', '','ൎ']]; ml_scheme.rules.unshift.apply( ml_scheme.rules, custom_rules ); } ); -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
