Submit strings for translation - #9377
Open
CrisBarreiro wants to merge 27 commits into
Open
Conversation
CrisBarreiro
force-pushed
the
feature/cris/cpm-prompt/request-l10n
branch
2 times, most recently
from
August 3, 2026 14:52
42ce4c0 to
36eace9
Compare
added 22 commits
August 3, 2026 13:08
Translate strings-autoconsent to values-es
Translate strings-autoconsent to values-hr
Translate strings-duckchat to values-hr
Translate strings-autoconsent to values-tr
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 69035eb. Configure here.
| <string name="autoconsentPopupDefaultOptionWithFeatureDisabled">"Wenn möglich ablehnen oder für mich akzeptieren"</string> | ||
| <string name="autoconsentPopupRejectOptionWithFeatureDisabled">"Ich kümmere mich weiter selbst darum"</string> | ||
| <string name="autoconsentPopupConfirmButton">"Bestätigen"</string> | ||
| <string name="autoconsentPopupSettingsHint" instruction="Bold part is a navigation path in the app: the Settings screen and the Cookie Pop-Up Protection section within it. Keep the > separator."><![CDATA[Du kannst das jederzeit unter <b>Einstellungen > Cookie-Pop-up-Schutz</b>anpassen.]]></string> |
Contributor
There was a problem hiding this comment.
Missing space before "anpassen" in German settings hint
Medium Severity
In the autoconsentPopupSettingsHint German string, there is no space between </b> and anpassen, producing …Cookie-Pop-up-Schutz</b>anpassen. which will render as "Cookie-Pop-up-Schutzanpassen." — two words concatenated without a space. A space is needed before "anpassen" so the sentence reads correctly.
Reviewed by Cursor Bugbot for commit 69035eb. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Task/Issue URL: https://app.asana.com/1/137249556945/project/1212227266948491/task/1217068049663232?focus=true
Tech Design URL (if applicable):
API Proposals URL(s) (if applicable):
Description
Steps to test this PR
n/a
UI changes
Stack created with GitHub Stacks CLI • Give Feedback 💬
Note
Low Risk
String-only changes with no behavior or logic modifications; risk is limited to copy/translation quality in the UI.
Overview
Updates Cookie Pop-Up Protection copy across locales: settings toggles now say reject optional cookies and accept cookies that can't be rejected (replacing auto-manage / pop-ups without opt-out wording), with matching description text.
Adds translated strings for a new autoconsent onboarding popup (titles and body for when auto-reject is on vs off, default/reject options, confirm button, and a settings path hint).
Also tweaks
input_screen_search_only_hintin Estonian, Croatian, Romanian, and Swedish Duck.ai input strings.Reviewed by Cursor Bugbot for commit ee113c4. Bugbot is set up for automated code reviews on this repo. Configure here.