Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/pa/pa-phonetic.js
Amir E. Aharoni 2d52ca1a30 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
2022-09-08 08:49:34 +00:00

99 lines
1.9 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

( function ( $ ) {
'use strict';
var paPhonetic = {
id: 'pa-phonetic',
name: 'Punjabi Phonetic',
description: 'Punjabi Phonetic',
date: '2022-08-08',
URL: 'https://fedoraproject.org/wiki/I18N/Indic/PunjabiKeyboardLayouts',
author: '',
license: '',
version: '2.0',
patterns: [
[ '!', '' ],
[ '1', '1' ],
[ '@', '੨' ],
[ '2', '2' ],
[ '#', '੩' ],
[ '3', '3' ],
[ '\\$', '' ],
[ '4', '4' ],
[ '5', '5' ],
[ '6', '6' ],
[ '7', '7' ],
[ '8', '8' ],
[ '\\(', '੯' ],
[ '9', '9' ],
[ '\\)', '' ],
[ '0', '0' ],
[ 'Q', 'ਥ' ],
[ 'q', 'ਤ' ],
[ 'w', 'ਾ' ],
[ 'E', 'ਓ' ],
[ 'e', 'ੲ' ],
[ 'r', 'ਰ' ],
[ 'T', 'ਠ' ],
[ 't', 'ਟ' ],
[ 'Y', 'ੈ' ],
[ 'y', 'ੇ' ],
[ 'U', 'ੂ' ],
[ 'u', 'ੁ' ],
[ 'I', 'ੀ' ],
[ 'i', 'ਿ' ],
[ 'O', 'ੌ' ],
[ 'o', 'ੋ' ],
[ 'P', 'ਫ' ],
[ 'p', 'ਪ' ],
[ '\\|', '।' ],
[ '\\\\', 'ਙ' ],
[ 'A', 'ਅ' ],
[ 'a', 'ੳ' ],
[ 'S', 'ਸ਼' ],
[ 's', 'ਸ' ],
[ 'D', 'ਧ' ],
[ 'd', 'ਦ' ],
[ 'F', 'ਢ' ],
[ 'f', 'ਡ' ],
[ 'G', 'ਘ' ],
[ 'g', 'ਗ' ],
[ 'h', 'ਹ' ],
[ 'J', 'ਝ' ],
[ 'j', 'ਜ' ],
[ 'K', 'ਖ' ],
[ 'k', 'ਕ' ],
[ 'L', 'ਲ਼' ],
[ 'l', 'ਲ' ],
[ '\\~', 'ੱ' ],
[ '\\`', '੍' ],
[ 'Z', 'ਗ਼' ],
[ 'z', 'ਜ਼' ],
[ 'X', 'ਯ' ],
[ 'x', 'ਣ' ],
[ 'C', 'ਛ' ],
[ 'c', 'ਚ' ],
[ 'V', 'ੜ' ],
[ 'v', 'ਵ' ],
[ 'B', 'ਭ' ],
[ 'b', 'ਬ' ],
[ 'N', 'ਂ' ],
[ 'n', 'ਨ' ],
[ 'M', 'ੰ' ],
[ 'm', 'ਮ' ],
[ '\\<', 'ਖ਼' ],
[ '\\>', 'ੴ' ],
[ '\\.', '਼' ],
[ '\\?', '?' ],
[ '\\/', 'ਞ' ],
[ '%', '੫' ],
[ '\\^', '੬' ],
[ '&', '੭' ],
[ '\\*', '੮' ],
[ 'R', '੍ਰ' ],
[ 'H', '੍ਹ' ],
[ 'W', 'ਾਂ' ] ]
};
$.ime.register( paPhonetic );
}( jQuery ) );