aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-03-07 22:45:09 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-07 22:45:09 -0800
commitb55fcea6fc23bf44966ffb278d976c54995be72e (patch)
tree2be2dbe33d4fa17c07e34da1f72cf161ea2c0822 /java/res
parente07f93d3ab60f88b154740186795efaf802c7051 (diff)
parentbcfce3b3b9dbd4f5db736948b74bd820fc639a08 (diff)
downloadlatinime-b55fcea6fc23bf44966ffb278d976c54995be72e.tar.gz
latinime-b55fcea6fc23bf44966ffb278d976c54995be72e.tar.xz
latinime-b55fcea6fc23bf44966ffb278d976c54995be72e.zip
Merge "Add whitelist dictionary" into honeycomb-mr1
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/whitelist.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/java/res/values/whitelist.xml b/java/res/values/whitelist.xml
new file mode 100644
index 000000000..ced52e70e
--- /dev/null
+++ b/java/res/values/whitelist.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2011, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!--
+ An entry of the whitelist word should be:
+ 1. (int)frequency
+ 2. (String)before
+ 3. (String)after
+ -->
+ <string-array name="wordlist_whitelist">
+
+ <item>255</item>
+ <item>ill</item>
+ <item>I\'ll</item>
+
+ <item>255</item>
+ <item>thisd</item>
+ <item>this\'d</item>
+
+ </string-array>
+</resources>