jquery.ime: * Update Batak keyboard. * Add new Javanese and Sundanese keyboards. Updating to07ab0cae9ajquery.uls: * Update language-data: Add Pintupi-Luritja (piu) and some internal data files cleanup. * Code cleanup in lcd. Updating to:95e50bb37bChange-Id: Ifc900e6dfd2bc2a5dfd12243a7c8bc662e99a711
20 lines
378 B
JavaScript
20 lines
378 B
JavaScript
( function ( $ ) {
|
|
'use strict';
|
|
|
|
var suKeyboard = {
|
|
id: 'su-keyboard',
|
|
name: 'su-keyboard',
|
|
description: 'Sundanese keyboard',
|
|
date: '2023-05-07',
|
|
URL: 'https://github.com/wikimedia/jquery.ime',
|
|
author: 'Pijri Paijar',
|
|
license: 'GPLv3',
|
|
version: '1',
|
|
patterns: [
|
|
[ '~E', 'É' ],
|
|
[ '~e', 'é' ]
|
|
]
|
|
};
|
|
|
|
$.ime.register( suKeyboard );
|
|
}( jQuery ) ); |