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

Commit 9bb4a781 authored by Eric Fischer's avatar Eric Fischer
Browse files

Mark MCC locale replacement strings not translatable.

Change-Id: Icc7a7a3b8c6c7c606fbb5c00dcf9292d9dc3de1c
parent a94fd2f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- A string used to replace %s in a URL to fill in the locale for countries  -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement.  Do not translate -->
    <string name="locale_replacement">nl_nl</string>    
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- A string used to replace %s in a URL to fill in the locale for countries  -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement. Do not translate -->
    <string name="locale_replacement">cs_cz</string>    
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- A string used to replace %s in a URL to fill in the locale for countries  -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement. Do not translate -->
    <string name="locale_replacement">de_at</string>    
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- A string used to replace %s in a URL to fill in the locale for countries  -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement. Do not translate -->
    <string name="locale_replacement">en_gb</string>    
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- A string used to replace %s in a URL to fill in the locale for countries  -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement -->
    <!-- whose locale we don't natively support.  A 0 length string triggers no replacement. Do not translate -->
    <string name="locale_replacement">pl_pl</string>    
</resources>
Loading