AI 150810: Fix for 2023252 & 2023256: Turkish accented characters for the keyboard
  BUG=2023252,2023256

Automated import of CL 150810
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c01630a..ec9a8b7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -125,7 +125,10 @@
     <string name="alternates_for_c">ç</string>
     <!-- Accented forms of "y" -->
     <string name="alternates_for_y">ýÿ</string>
-    
+
+    <!-- Label to display on the "i" key -->
+    <string name="key_i">i</string>
+ 
     <!-- Tip to long press on keys -->
     <string name="tip_long_press">Hold a key down to see accents (ø, ö, etc.)</string>
     <!-- Tip to dismiss keyboard -->