Update jquery.ime from upstream

Updating vec-GVU rules.

Updated to
54eeaca56f

Change-Id: I690dab2a3d7ac448117860357e96163ba181b66e
This commit is contained in:
Amir Aharoni
2020-04-07 13:32:47 +03:00
parent 615b6b9956
commit 33def89dcc
2 changed files with 11 additions and 7 deletions

View File

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

View File

@@ -5,25 +5,29 @@
id: 'vec-GVU',
name: 'Vèneto GVU',
description: 'Venetian input method.',
date: '2013-08-06',
date: '2020-03-23',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Vec.wiki community',
author: 'Vajotwo and GatoSelvadego (Wikipedia users)',
license: 'GPLv3',
version: '1.0',
patterns: [
[ 'ce', 'ç' ],
[ 'ci', 'ç' ],
[ 'Ce', 'Ç' ],
[ 'Ci', 'Ç' ],
[ 'dh', 'đ' ],
[ 'lh', 'ƚ' ],
[ 'lh', 'ł' ],
[ 'òò', 'ó' ],
[ 'zh', 'ẑ' ],
[ 'đh', 'dh' ],
[ 'ƚh', 'lh' ],
[ 'łh', 'lh' ],
[ 'ẑh', 'zh' ],
[ 'Dh', 'Đ' ],
[ 'Lh', 'Ƚ' ],
[ 'Lh', 'Ł' ],
[ 'Òò', 'Ó' ],
[ 'Zh', 'Ẑ' ],
[ 'Đh', 'Dh' ],
[ 'Ƚh', 'Lh' ],
[ 'Łh', 'Lh' ],
[ 'Ẑh', 'Zh' ]
]
};