Add translatable="false" for dictionary-pack.xml
This is a follow up of I770335a2. Change-Id: If0c021f4fb630bda7e8985591094488e11917e9bmain
parent
82441e60e2
commit
0b49191797
|
@ -18,6 +18,6 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="dictionary_pack_client_id">com.android.inputmethod.latin</string>
|
||||
<string name="dictionary_pack_metadata_uri"></string>
|
||||
<string name="dictionary_pack_client_id" translatable="false">com.android.inputmethod.latin</string>
|
||||
<string name="dictionary_pack_metadata_uri" translatable="false"></string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue