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

Commit 90037153 authored by Brian Attwell's avatar Brian Attwell
Browse files

Avoid using donottranslate_config

I should have avoided using donottranslate_config.xml. I assume
this file works the same as donottranslate.xml. But I'm not certain
and I don't want to risk this. Plus, its a weird file which is used
for manual translations and help link overlays.
Mixing it with non-translated strings is going to confuse people.

Bug: 17668051
Change-Id: I395e081ed96af11a51cf18c9d9d07f2ef20bb612
parent 1a2b07f1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -42,7 +42,4 @@
    <!-- Help URL pointing to editing contacts in People. This is intentionally empty because
         the overlay will fill this in during build time. -->
    <string name="help_url_people_edit"></string>

    <!-- File Authority for the photo picker -->
    <string name="photo_file_provider_authority">com.android.contacts.files</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -722,4 +722,6 @@
    <!-- Prefix for messages that you sent [CHAR LIMIT=40] -->
    <string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string>

    <!-- File Authority for the photo picker -->
    <string name="photo_file_provider_authority" translatable="false">com.android.contacts.files</string>
</resources>