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

Commit 0a68c631 authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Mark bundle feedback string as not translatable

This part of the feature is currently in prototype, and we shouldn't ask for it to be translated until we know the resources the final layout will need.

Flag: EXEMPT unflaggable resources
Bug: 381099727
Test: build
Change-Id: If4d2f0c91e383ebac227c93a56b2cd29be78fadb
parent 1e10e2da
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2061,8 +2061,9 @@
    <!-- Text shown in notification guts for conversation notifications that don't implement the full feature -->
    <string name="no_shortcut"><xliff:g id="app_name" example="YouTube">%1$s</xliff:g> doesn\u2019t support conversation features</string>

    <!-- TODO: b/381099727 - Mark translatable once feedback layout is finalized. -->
    <!-- [CHAR LIMIT=80] Text shown in feedback button in notification guts for a bundled notification -->
    <string name="notification_guts_bundle_feedback">Provide Bundle Feedback</string>
    <string name="notification_guts_bundle_feedback" translatable="false">Provide Bundle Feedback</string>

    <!-- Notification: Control panel: Label that displays when the app's notifications cannot be blocked. -->
    <string name="notification_unblockable_desc">These notifications can\'t be modified.</string>