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

Commit 673af20b authored by William Escande's avatar William Escande
Browse files

TypographyEllipsis: replace unicode with xml escape

The translation tool doesn't handle very well escaped character. Using a
unicode writing for Ellipsis \u2026 (…) become ... in translated file.
By using … as recommended by Android Lint and as used by other
modules. We expect the translated content to be fixed.

"Replace "..." with ellipsis character (…, …) ?"

Bug: 289445022
Flag: Exempt resource nit update
Test: m Bluetooth & regenerate lint
Change-Id: I059251ffa0d501ba398c51d60f3e3c46c783918a
parent 248e8118
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@
    <string name="download_line3">File size: <xliff:g id="size">%1$s</xliff:g></string>
    <!--Line 4 -->
    <string name="download_line4" />
    <string name="download_line5">Receiving file\u2026</string>
    <string name="download_line5">Receiving file&#8230;</string>
    <!-- Label for a cancel button. -->
    <string name="download_cancel">Stop</string>
    <!-- Label for a hide button.-->
@@ -141,7 +141,7 @@
    <!-- Bluetooth Upload Progress Dialog -->
    <string name="upload_line1">To: \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
    <string name="upload_line3">File type: <xliff:g id="type">%1$s</xliff:g> (<xliff:g id="size">%2$s</xliff:g>)</string>
    <string name="upload_line5">Sending file\u2026</string>
    <string name="upload_line5">Sending file&#8230;</string>

    <!-- Bluetooth Successful Upload Progress Dialog -->
    <!--Line 4 -->
@@ -163,8 +163,8 @@
    <string name="not_exist_file_desc">The file doesn\'t exist. \n</string>

    <!-- Bluetooth  Enabling progress dialog -->
    <string name="enabling_progress_title">Please wait\u2026</string>
    <string name="enabling_progress_content">Turning on Bluetooth\u2026</string>
    <string name="enabling_progress_title">Please wait&#8230;</string>
    <string name="enabling_progress_content">Turning on Bluetooth&#8230;</string>

    <!-- Bluetooth Toast Message -->
    <string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>