Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a95e306d authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Suppress warnings related to string resource

Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7
parent f6422f06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@
    <!-- Symbols that are suggested between words -->
    <!-- U+061F: "؟" ARABIC QUESTION MARK
         U+061B: "؛" ARABIC SEMICOLON -->
    <string name="suggested_punctuations" translatable="false">!,&#x061F;,:,&#x061B;,\",\',(|),)|(,-,/,@,_</string>
    <string name="suggested_punctuations">!,&#x061F;,:,&#x061B;,\",\',(|),)|(,-,/,@,_</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -24,5 +24,5 @@
    <!-- U+061F: "؟" ARABIC QUESTION MARK
         U+060C: "،" ARABIC COMMA
         U+061B: "؛" ARABIC SEMICOLON -->
    <string name="suggested_punctuations" translatable="false">!,&#x061F;,&#x060C;,:,&#x061B;,\",(|),)|(,\',-,/,@,_</string>
    <string name="suggested_punctuations">!,&#x061F;,&#x060C;,:,&#x061B;,\",(|),)|(,\',-,/,@,_</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@
    <!-- Symbols that are suggested between words -->
    <!-- U+061F: "؟" ARABIC QUESTION MARK
         U+061B: "؛" ARABIC SEMICOLON -->
    <string name="suggested_punctuations" translatable="false">!,&#x061F;,:,&#x061B;,\",\',(|),)|(,-,/,@,_</string>
    <string name="suggested_punctuations">!,&#x061F;,:,&#x061B;,\",\',(|),)|(,-,/,@,_</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -24,5 +24,5 @@
    <!-- U+061F: "؟" ARABIC QUESTION MARK
         U+060C: "،" ARABIC COMMA
         U+061B: "؛" ARABIC SEMICOLON -->
    <string name="suggested_punctuations" translatable="false">!,&#x061F;,&#x060C;,:,&#x061B;,\",(|),)|(,\',-,/,@,_</string>
    <string name="suggested_punctuations">!,&#x061F;,&#x060C;,:,&#x061B;,\",(|),)|(,\',-,/,@,_</string>
</resources>
+4 −4
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@
<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) -->
    <!-- This is similar to French with the exception of "!" "?" and ";" which do not take a space before in Canadian French. Note that ":" does take a space before according to Canadian rules. -->
    <string name="symbols_preceded_by_space" translatable="false">([{&amp;:</string>
    <string name="symbols_preceded_by_space">([{&amp;:</string>
    <!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
    <string name="symbols_followed_by_space" translatable="false">.,;:!?)]}&amp;</string>
    <string name="symbols_followed_by_space">.,;:!?)]}&amp;</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">"&#x0009;&#x0020;&#x000A;&#x00A0;"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
    <string name="symbols_word_separators">"&#x0009;&#x0020;&#x000A;&#x00A0;"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
    <!-- Word connectors -->
    <string name="symbols_word_connectors" translatable="false">\'-</string>
    <string name="symbols_word_connectors">\'-</string>
</resources>
Loading