diff options
author | 2014-03-26 19:05:29 +0900 | |
---|---|---|
committer | 2014-03-26 19:05:29 +0900 | |
commit | a95e306d7f16c5bf7feb22ce448ef5573b38f874 (patch) | |
tree | b2e99ae87b05e20628adfdb24609f059fdcca0f2 /java/res/values-iw-sw600dp | |
parent | f6422f06953e7720f33ddecb9f76efcfaae742a9 (diff) | |
download | latinime-a95e306d7f16c5bf7feb22ce448ef5573b38f874.tar.gz latinime-a95e306d7f16c5bf7feb22ce448ef5573b38f874.tar.xz latinime-a95e306d7f16c5bf7feb22ce448ef5573b38f874.zip |
Suppress warnings related to string resource
Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7
Diffstat (limited to 'java/res/values-iw-sw600dp')
-rw-r--r-- | java/res/values-iw-sw600dp/donottranslate-config-spacing-and-punctuations.xml (renamed from java/res/values-iw-sw600dp/config-spacing-and-punctuations.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values-iw-sw600dp/config-spacing-and-punctuations.xml b/java/res/values-iw-sw600dp/donottranslate-config-spacing-and-punctuations.xml index b562b18db..22f0353ff 100644 --- a/java/res/values-iw-sw600dp/config-spacing-and-punctuations.xml +++ b/java/res/values-iw-sw600dp/donottranslate-config-spacing-and-punctuations.xml @@ -21,5 +21,5 @@ <!-- The all letters need to be mirrored are found at http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt --> <!-- Symbols that are suggested between words --> - <string name="suggested_punctuations" translatable="false">:,;,\",(|),)|(,\',-,/,@,_</string> + <string name="suggested_punctuations">:,;,\",(|),)|(,\',-,/,@,_</string> </resources> |