diff options
author | 2020-07-23 05:25:14 +0000 | |
---|---|---|
committer | 2020-07-23 05:25:14 +0000 | |
commit | c1a6a00c4f80a08594e54173f02749f259f5a0a1 (patch) | |
tree | c75e84df0f6ed9f9d1dc24b6fe27167bb4d8522e /java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java | |
parent | b586d0f0495a337e8216bb542bf29ed6b9533b66 (diff) | |
parent | 9ebba46c775f37abeb0451602cb323fd45adf33b (diff) | |
download | latinime-c1a6a00c4f80a08594e54173f02749f259f5a0a1.tar.gz latinime-c1a6a00c4f80a08594e54173f02749f259f5a0a1.tar.xz latinime-c1a6a00c4f80a08594e54173f02749f259f5a0a1.zip |
Merge "Update language to comply with Android’s inclusive language guidance" am: 4eb192212f am: a2695d0ca6 am: a61e424d0a am: 9ebba46c77
Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1371236
Change-Id: I685b5e27b3ae1301a94471e11daa64e3b146ade7
Diffstat (limited to 'java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java b/java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java index 0dbc7c858..47f65499d 100644 --- a/java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java +++ b/java/src/com/android/inputmethod/latin/utils/CapsModeUtils.java @@ -194,10 +194,10 @@ public final class CapsModeUtils { // English is a special case in that "American typography" rules, which are the most common // in English, state that a sentence terminator immediately following a quotation mark // should be swapped with it and de-duplicated (included in the quotation mark), - // e.g. <<Did he say, "let's go home?">> + // e.g. <<Did they say, "let's go home?">> // No other language has such a rule as far as I know, instead putting inside the quotation // mark as the exact thing quoted and handling the surrounding punctuation independently, - // e.g. <<Did he say, "let's go home"?>> + // e.g. <<Did they say, "let's go home"?>> if (spacingAndPunctuations.mUsesAmericanTypography) { for (; j > 0; j--) { // Here we look to go over any closing punctuation. This is because in dominant |