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

Commit b8c78262 authored by Eric Fischer's avatar Eric Fischer Committed by Android (Google) Code Review
Browse files

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

parents 90bf4765 9bb4a781
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