Update from upstream
Change-Id: I8affdf79e5a2f33c88f7661082d2cbd7777240fb
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
maxKeyLength: 3,
|
||||
patterns: [
|
||||
// Uses "~" as "approximatly similar to"
|
||||
[ "'a", 'á' ], // The simple ~a does not work as there is a "ã"
|
||||
[ "'A", 'Á' ], // The simple ~A does not work as there is a "Ã"
|
||||
[ '\'a', 'á' ], // The simple ~a does not work as there is a "ã"
|
||||
[ '\'A', 'Á' ], // The simple ~A does not work as there is a "Ã"
|
||||
[ '~c', 'č' ],
|
||||
[ '~C', 'Č' ],
|
||||
[ '~d', 'đ' ],
|
||||
@@ -35,5 +35,4 @@
|
||||
};
|
||||
|
||||
$.ime.register( defs );
|
||||
|
||||
}( jQuery ) );
|
||||
|
||||
Reference in New Issue
Block a user