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

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

Add translatable="false" for dictionary-pack.xml

This is a follow up of I770335a2.

Change-Id: If0c021f4fb630bda7e8985591094488e11917e9b
parent 82441e60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>