diff options
| author | 2024-11-26 18:46:22 +0000 | |
|---|---|---|
| committer | 2024-12-11 01:01:10 +0000 | |
| commit | 0a68c6311a00f2103ae87a9eaff5704342605f0d (patch) | |
| tree | b7431a695feaa61a68251f86252fcd38fb95da89 | |
| parent | 1e10e2da1b4d07df264ee0228381c2aedf9c560a (diff) | |
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
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index ff459e92ca28..f96c4431a7e6 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -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> |