diff options
author | 2014-05-01 07:01:04 +0000 | |
---|---|---|
committer | 2014-05-01 07:01:04 +0000 | |
commit | bedef0b4f0733a2815c79ca9e354bfe581ed81f3 (patch) | |
tree | e19b62e064aca2cfc3cd146797790ccf3685c61a /java/res | |
parent | 3903e0d6e88e21993d4b34977597bc40f6bbac14 (diff) | |
parent | 29c00ff53822658268d91a0c42afb7db540c15f9 (diff) | |
download | latinime-bedef0b4f0733a2815c79ca9e354bfe581ed81f3.tar.gz latinime-bedef0b4f0733a2815c79ca9e354bfe581ed81f3.tar.xz latinime-bedef0b4f0733a2815c79ca9e354bfe581ed81f3.zip |
Merge "Introduce clustering punctuation"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values-fr/donottranslate-config-spacing-and-punctuations.xml | 2 | ||||
-rw-r--r-- | java/res/values/donottranslate-config-spacing-and-punctuations.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values-fr/donottranslate-config-spacing-and-punctuations.xml b/java/res/values-fr/donottranslate-config-spacing-and-punctuations.xml index d72f72b92..5a4914245 100644 --- a/java/res/values-fr/donottranslate-config-spacing-and-punctuations.xml +++ b/java/res/values-fr/donottranslate-config-spacing-and-punctuations.xml @@ -22,6 +22,8 @@ <string name="symbols_preceded_by_space">([{&;:!?</string> <!-- Symbols that are normally followed by a space (used to add an auto-space after these) --> <string name="symbols_followed_by_space">.,;:!?)]}&</string> + <!-- Symbols that behave like a single punctuation when typed next to each other --> + <string name="symbols_clustering_together">!?</string> <!-- Symbols that separate words --> <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) --> <string name="symbols_word_separators">"	 
 "()[]{}*&<>+=|.,;:!?/_\"</string> diff --git a/java/res/values/donottranslate-config-spacing-and-punctuations.xml b/java/res/values/donottranslate-config-spacing-and-punctuations.xml index 1be5cf888..2faf578d2 100644 --- a/java/res/values/donottranslate-config-spacing-and-punctuations.xml +++ b/java/res/values/donottranslate-config-spacing-and-punctuations.xml @@ -26,6 +26,8 @@ <string name="symbols_preceded_by_space">([{&</string> <!-- Symbols that are normally followed by a space (used to add an auto-space after these) --> <string name="symbols_followed_by_space">.,;:!?)]}&</string> + <!-- Symbols that behave like a single punctuation when typed next to each other --> + <string name="symbols_clustering_together"></string> <!-- Symbols that separate words --> <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) --> <string name="symbols_word_separators">"	 
 "()[]{}*&<>+=|.,;:!?/_\"</string> |