Update jquery.ime from upstream

Use consistent macron below character in the Tyap keyboard.

Updating to
cd027ccb71

Change-Id: I0342609dc944cb6240a1447a9ed0f34f9e748889
This commit is contained in:
Amir Aharoni
2020-12-23 13:45:28 +02:00
committed by jenkins-bot
parent 2bc15fe56f
commit c5684fcc72
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20201207
/*! jquery.ime - v0.2.0+20201223
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2020 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {

View File

@@ -11,10 +11,10 @@
license: 'GPLv3',
version: '1.1',
patterns: [
[ '~A', 'A̠' ],
[ '~a', 'a̱' ],
[ '~I', 'I̠' ],
[ '~i', 'i̠' ],
[ '~A', 'A\u0331' ],
[ '~a', 'a\u0331' ],
[ '~I', 'I\u0331' ],
[ '~i', 'i\u0331' ],
[ '~/', '\u0301' ], // Combining acute accent
[ '~_', '\u0331' ] // Combining macron below
]