Update from upstream

Change-Id: I8affdf79e5a2f33c88f7661082d2cbd7777240fb
This commit is contained in:
Amir E. Aharoni
2013-04-22 13:19:40 +03:00
parent c92afdb20d
commit 552cd25ae6
49 changed files with 1704 additions and 1588 deletions

View File

@@ -14,18 +14,18 @@
maxKeyLength: 3,
patterns: [
// Uses "'" as an accent
[ "'a", 'á' ],
[ "'A", 'Á' ],
[ "'i", 'í' ],
[ "'I", 'Í' ],
[ "'e", 'é' ],
[ "'E", 'É' ],
[ "'o", 'ó' ],
[ "'O", 'Ó' ],
[ "'u", 'ú' ],
[ "'U", 'Ú' ],
[ "'y", 'ý' ],
[ "'Y", 'Ý' ],
[ '\'a', 'á' ],
[ '\'A', 'Á' ],
[ '\'i', 'í' ],
[ '\'I', 'Í' ],
[ '\'e', 'é' ],
[ '\'E', 'É' ],
[ '\'o', 'ó' ],
[ '\'O', 'Ó' ],
[ '\'u', 'ú' ],
[ '\'U', 'Ú' ],
[ '\'y', 'ý' ],
[ '\'Y', 'Ý' ],
// Uses "~" as "approximatly similar to"
[ '~a', 'ä' ],
[ '~A', 'Ä' ],
@@ -75,5 +75,4 @@
};
$.ime.register( defs );
}( jQuery ) );
}( jQuery ) );