am d893fe5d: Merge "Don\'t put spaces before and after asterisks"
* commit 'd893fe5dbb81c77ebe8040cf46e4747d2b4e4095': Don't put spaces before and after asterisksmain
commit
8ab3c1bf44
|
@ -19,9 +19,9 @@
|
||||||
-->
|
-->
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
|
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
|
||||||
<string name="symbols_preceded_by_space">([{*&;:!?</string>
|
<string name="symbols_preceded_by_space">([{&;:!?</string>
|
||||||
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
|
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
|
||||||
<string name="symbols_followed_by_space">.,;:!?)]}*&</string>
|
<string name="symbols_followed_by_space">.,;:!?)]}&</string>
|
||||||
<!-- Symbols that separate words -->
|
<!-- Symbols that separate words -->
|
||||||
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
||||||
<string name="symbols_word_separators">"	 \n"()[]{}*&<>+=|.,;:!?/_\"</string>
|
<string name="symbols_word_separators">"	 \n"()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||||
|
|
|
@ -21,9 +21,9 @@
|
||||||
<!-- Symbols that are suggested between words -->
|
<!-- Symbols that are suggested between words -->
|
||||||
<string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
|
<string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
|
||||||
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
|
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
|
||||||
<string name="symbols_preceded_by_space">([{*&</string>
|
<string name="symbols_preceded_by_space">([{&</string>
|
||||||
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
|
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
|
||||||
<string name="symbols_followed_by_space">.,;:!?)]}*&</string>
|
<string name="symbols_followed_by_space">.,;:!?)]}&</string>
|
||||||
<!-- Symbols that separate words -->
|
<!-- Symbols that separate words -->
|
||||||
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
|
||||||
<string name="symbols_word_separators">"	 \n"()[]{}*&<>+=|.,;:!?/_\"</string>
|
<string name="symbols_word_separators">"	 \n"()[]{}*&<>+=|.,;:!?/_\"</string>
|
||||||
|
|
Loading…
Reference in New Issue