am 1e9897b0: Merge "Consider non-breaking spaces separators."
* commit '1e9897b0c77b858ae479d531732b6795aaf0b2de': Consider non-breaking spaces separators.main
commit
0eb6486d73
|
@ -25,7 +25,7 @@
|
|||
<string name="symbols_followed_by_space" translatable="false">.,;:!?)]}&</string>
|
||||
<!-- Symbols that separate words -->
|
||||
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
||||
<string name="symbols_word_separators" translatable="false">"	 
"()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||
<string name="symbols_word_separators" translatable="false">"	 
 "()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||
<!-- Word connectors -->
|
||||
<string name="symbols_word_connectors" translatable="false">\'-</string>
|
||||
</resources>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<string name="symbols_followed_by_space" translatable="false">.,;:!?)]}&</string>
|
||||
<!-- Symbols that separate words -->
|
||||
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
||||
<string name="symbols_word_separators" translatable="false">"	 
"()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||
<string name="symbols_word_separators" translatable="false">"	 
 "()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||
<!-- Word connectors -->
|
||||
<string name="symbols_word_connectors" translatable="false">\'-</string>
|
||||
</resources>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<string name="symbols_followed_by_space" translatable="false">.,;:!?)]}&։՝</string>
|
||||
<!-- Symbols that separate words. Adding armenian period and comma. -->
|
||||
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
||||
<string name="symbols_word_separators" translatable="false">"	 
"()[]{}*&<>+=|.,;:!?/_\"։՝</string>
|
||||
<string name="symbols_word_separators" translatable="false">"	 
 "()[]{}*&<>+=|.,;:!?/_\"։՝</string>
|
||||
<!-- The sentence separator code point, for capitalization -->
|
||||
<!-- U+0589: "։" ARMENIAN FULL STOP ; 589h = 1417d -->
|
||||
<integer name="sentence_separator" translatable="false">1417</integer>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<string name="symbols_followed_by_space" translatable="false">.,;:!?)]}&</string>
|
||||
<!-- Symbols that separate words -->
|
||||
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
||||
<string name="symbols_word_separators" translatable="false">"	 
"()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||
<string name="symbols_word_separators" translatable="false">"	 
 "()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||
<!-- Word connectors -->
|
||||
<string name="symbols_word_connectors" translatable="false">\'-</string>
|
||||
<!-- The sentence separator code point, for capitalization -->
|
||||
|
|
Loading…
Reference in New Issue