diff --git a/lib/jquery.ime/jquery.ime.js b/lib/jquery.ime/jquery.ime.js index 953597a9..fcca7503 100644 --- a/lib/jquery.ime/jquery.ime.js +++ b/lib/jquery.ime/jquery.ime.js @@ -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 ( $ ) { diff --git a/lib/jquery.ime/rules/vec/vec-GVU.js b/lib/jquery.ime/rules/vec/vec-GVU.js index 70a7f08f..fa172479 100644 --- a/lib/jquery.ime/rules/vec/vec-GVU.js +++ b/lib/jquery.ime/rules/vec/vec-GVU.js @@ -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' ] ] };