From 8a3b07945aa96d26c405249ec70f099d9918a890 Mon Sep 17 00:00:00 2001
From: "Tadashi G. Takaoka" <takaoka@google.com>
Date: Thu, 11 Oct 2012 12:27:13 +0900
Subject: [PATCH] Add Spanish Latin America keyboard

Change-Id: I83615a061be3267a7b9199ed2c5c818401ed0b64
---
 java/res/xml/method.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index 3d360a8f01..ff8998ecf6 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -36,6 +36,7 @@
     en_GB: English Great Britain/qwerty
     eo: Esperanto/spanish
     es: Spanish/spanish
+    es_419: Spanish Latin America/qwerty
     et: Estonian/nordic
     fa: Persian/arabic
     fi: Finnish/nordic
@@ -182,6 +183,13 @@
             android:imeSubtypeMode="keyboard"
             android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
     />
+    <subtype android:icon="@drawable/ic_subtype_keyboard"
+            android:label="@string/subtype_generic"
+            android:subtypeId="1648333446"
+            android:imeSubtypeLocale="es_419"
+            android:imeSubtypeMode="keyboard"
+            android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
+    />
     <subtype android:icon="@drawable/ic_subtype_keyboard"
             android:label="@string/subtype_generic"
             android:subtypeId="-332580523"
-- 
GitLab