Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Add ƙ to the Bura tilde keyboard.
* Bring Punjabi Phonetic keyboard in line with Red Hat's counterpart.
Updating to
ab10dd0690

jquery.uls
* Update language-data.
* Localization updates.
Updating to
4b07e4fe64

Change-Id: Ie16e5b58d676cef1c08b320c19b24e877ce808f8
This commit is contained in:
Amir E. Aharoni
2022-09-07 15:35:39 +03:00
committed by jenkins-bot
parent faf7049825
commit 2d52ca1a30
8 changed files with 107 additions and 22 deletions

View File

@@ -5,11 +5,11 @@
id: 'bwr-tilde',
name: 'Bura tilde',
description: 'Bura tilde keyboard',
date: '2022-06-11',
date: '2022-08-14',
URL: 'https://github.com/wikimedia/jquery.ime',
author: 'Amir E. Aharoni',
license: 'GPLv3',
version: '1.0',
version: '1.1',
maxKeyLength: 2,
patterns: [
[ '~B', 'Ɓ' ],
@@ -17,7 +17,9 @@
[ '~D', 'Ɗ' ],
[ '~d', 'ɗ' ],
[ '~E', 'Ə' ],
[ '~e', 'ə' ]
[ '~e', 'ə' ],
[ '~K', 'Ƙ' ],
[ '~k', 'ƙ' ]
]
};