diff options
author | 2013-09-18 21:17:42 -0700 | |
---|---|---|
committer | 2013-09-18 21:17:42 -0700 | |
commit | 8cbb86ead5465c1172a66be18a128d5d44f9e396 (patch) | |
tree | 489e06bb2466f0ff545cb63a2a412dffce6cd633 /java | |
parent | 1866b90f0f00b9c64972aecdf20e7aa846324a51 (diff) | |
parent | 142d68cfd034d452c8119c014b55d199efdeae52 (diff) | |
download | latinime-8cbb86ead5465c1172a66be18a128d5d44f9e396.tar.gz latinime-8cbb86ead5465c1172a66be18a128d5d44f9e396.tar.xz latinime-8cbb86ead5465c1172a66be18a128d5d44f9e396.zip |
am 142d68cf: Disable Nepali layouts temporarily per product call
* commit '142d68cfd034d452c8119c014b55d199efdeae52':
Disable Nepali layouts temporarily per product call
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/method.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index d7424c0c7..d92dc29da 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -62,8 +62,8 @@ mn: Mongolian/mongolian ms: Malay/qwerty nb: Norwegian Bokmål/nordic - ne: Nepali Romanized/nepali_romanized - ne: Nepali Traditional/nepali_traditional + ne: Nepali Romanized/nepali_romanized # disabled temporarily + ne: Nepali Traditional/nepali_traditional # disabled temporarily nl: Dutch/qwerty nl_BE: Dutch Belgium/azerty pl: Polish/qwerty @@ -380,6 +380,7 @@ android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable" /> + <!-- <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" android:subtypeId="0xd80a4cee" @@ -394,6 +395,7 @@ android:imeSubtypeMode="keyboard" android:imeSubtypeExtraValue="KeyboardLayoutSet=nepali_traditional,EmojiCapable" /> + --> <subtype android:icon="@drawable/ic_subtype_keyboard" android:label="@string/subtype_generic" android:subtypeId="0x3f9fd91e" |