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

Commit bcbe34c7 authored by Eric Fischer's avatar Eric Fischer Committed by Android Git Automerger
Browse files

am b8c78262: Merge "Mark MCC locale replacement strings not translatable." into ics-factoryrom

* commit 'b8c78262':
  Mark MCC locale replacement strings not translatable.
parents 68c1497b b8c78262
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