Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/pa/pa-phonetic.js
Amir E. Aharoni e018a52498 Update jquery.ime from upstream
Change-Id: I904dfd1e089e92deaa2da50510d0975a8e317a94
2013-08-22 15:36:02 +03:00

100 lines
1.7 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: '2012-10-16',
URL: 'http://fedoraproject.org/wiki/I18N/Indic/PunjabiKeyboardLayouts',
author: '',
license: '',
version: '1.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 ) );