diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values-eu-rES/strings-emoji-descriptions.xml | 2 | ||||
-rw-r--r-- | java/res/values/config-auto-correction-thresholds.xml | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/java/res/values-eu-rES/strings-emoji-descriptions.xml b/java/res/values-eu-rES/strings-emoji-descriptions.xml index c774ae1b8..50c692423 100644 --- a/java/res/values-eu-rES/strings-emoji-descriptions.xml +++ b/java/res/values-eu-rES/strings-emoji-descriptions.xml @@ -288,7 +288,7 @@ <string name="spoken_emoji_1F382" msgid="4720497171946687501">"Urtebetetze-pastela"</string> <string name="spoken_emoji_1F383" msgid="3536505941578757623">"Halloween-eko kuia-lanpara"</string> <string name="spoken_emoji_1F384" msgid="1797870204479059004">"Gabonetako zuhaitza"</string> - <string name="spoken_emoji_1F385" msgid="1754174063483626367">"Aita Noel"</string> + <string name="spoken_emoji_1F385" msgid="1754174063483626367">"Bizarzuri"</string> <string name="spoken_emoji_1F386" msgid="2130445450758114746">"Su artifizialak"</string> <string name="spoken_emoji_1F387" msgid="3403182563117999933">"Bengala"</string> <string name="spoken_emoji_1F388" msgid="2903047203723251804">"Puxika"</string> diff --git a/java/res/values/config-auto-correction-thresholds.xml b/java/res/values/config-auto-correction-thresholds.xml index 7d94a42a4..fc701c7ff 100644 --- a/java/res/values/config-auto-correction-thresholds.xml +++ b/java/res/values/config-auto-correction-thresholds.xml @@ -34,6 +34,12 @@ <item>floatNegativeInfinity</item> </string-array> + <!-- Chosen to be slightly less than the "aggressive" threshold. This is the threshold for + a mildly plausible suggestion given the input; if no "plausible" suggestion is present + for a language, it's a strong indicator the user is not typing in this language, so we + may be more forgiving of whitelist entries in another language. --> + <string name="plausibility_threshold" translatable="false">0.065</string> + <!-- The index of the auto correction threshold values array. --> <string name="auto_correction_threshold_mode_index_off" translatable="false">0</string> <string name="auto_correction_threshold_mode_index_modest" translatable="false">1</string> |