Skip to content
Snippets Groups Projects
Commit 29928af0 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Don't do space/punctuation swap for colon and semicolon, to enable smiley typing. Bug #2379172

Remove colon and semicolon from sentence separator list.
parent 578a01d3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
<!-- Symbols that are commonly considered word separators in this language -->
<string name="word_separators">.\u0020,;:!?\n()[]*&amp;@{}/&lt;&gt;_+=|\u0022</string>
<!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. -->
<string name="sentence_separators">.,;:!?</string>
<string name="sentence_separators">.,!?</string>
<!-- Accented characters related to "d" -->
<string name="alternates_for_d"></string>
<!-- Accented characters related to "r" -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment