diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-01-27 04:02:47 +0200 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2015-01-27 22:19:16 +0100 |
| commit | 22f9e27dfebf5ddd94129a7e8a509cf3d47ea6b9 (patch) | |
| tree | f4e59ed1ebb442905dcd7a203da561012dd7ee2e | |
| parent | 9fa34883911d2792cfc3cf3f3d80f683cf47b009 (diff) | |
LatinIME: Add support for Australian English
* LatinIME: Add Australia wordlist
Based of EN_GB while fixing up a few things.
Change-Id: Ic9f01e0a260a0f4eb7c994a5ad4533a28e6d2af3
| -rw-r--r-- | dictionaries/en_AU_wordlist.combined.gz | bin | 0 -> 860311 bytes | |||
| -rw-r--r-- | java/res/xml/method.xml | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/dictionaries/en_AU_wordlist.combined.gz b/dictionaries/en_AU_wordlist.combined.gz Binary files differnew file mode 100644 index 000000000..e08ff37b7 --- /dev/null +++ b/dictionaries/en_AU_wordlist.combined.gz diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 1db32675e..05d7d81a2 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -35,6 +35,7 @@ de: German/qwertz de_CH: German (Switzerland)/swiss el: Greek/greek + en_AU: English (Australia)/qwerty en_IN: English (India)/qwerty en_US: English (United States)/qwerty en_GB: English (Great Britain)/qwerty @@ -115,6 +116,14 @@ android:isDefault="@bool/im_is_default" android:supportsSwitchingToNextInputMethod="true"> <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" + android:subtypeId="0xc9194f97" + android:imeSubtypeLocale="en_AU" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable" + android:isAsciiCapable="true" + /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_en_US" android:subtypeId="0xc9194f98" android:imeSubtypeLocale="en_US" |
