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

Commit ff0c5fe2 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Don't translate some strings as it causes issue with weblate

parent 0d050d3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@
    <string name="downloads_label">Downloads</string>

    <!-- Title of the documents application [CHAR LIMIT=32] -->
    <string name="app_label">@string/files_label</string>
    <string name="app_label" translateable="false">@string/files_label</string>

    <!-- Title of the documents application [CHAR LIMIT=32] -->
    <string name="launcher_label">@string/files_label</string>
    <string name="launcher_label" translateable="false">@string/files_label</string>

    <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
    <string name="title_open">Open from</string>