diff options
author | 2011-08-18 13:37:14 +0900 | |
---|---|---|
committer | 2011-08-18 13:37:14 +0900 | |
commit | b1d2b12ce320732cd7ae69c2da1520a5e8fab531 (patch) | |
tree | deaff35eda81e0a289d84a58aceda237d5b94a0a /java/res/values-en | |
parent | 091bbf85d8dc6a92211443f77c3d9e2fff71190b (diff) | |
download | latinime-b1d2b12ce320732cd7ae69c2da1520a5e8fab531.tar.gz latinime-b1d2b12ce320732cd7ae69c2da1520a5e8fab531.tar.xz latinime-b1d2b12ce320732cd7ae69c2da1520a5e8fab531.zip |
Add "let's" to the whitelist
As discussed by e-mail, this change implements the proposal of
including a "lets" -> "let's" entry to the whitelist.
Change-Id: Ia7b7737c34ebf85675af78501acd865ce399f38d
Diffstat (limited to 'java/res/values-en')
-rw-r--r-- | java/res/values-en/whitelist.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values-en/whitelist.xml b/java/res/values-en/whitelist.xml index 9395f4c88..4a91afb10 100644 --- a/java/res/values-en/whitelist.xml +++ b/java/res/values-en/whitelist.xml @@ -34,5 +34,9 @@ <item>thisd</item> <item>this\'d</item> + <item>255</item> + <item>lets</item> + <item>let\'s</item> + </string-array> </resources> |