Simplified sync translations - #9414
Conversation
392f632 to
e1c97de
Compare
4b4ec71 to
6d39974
Compare
e1c97de to
2241f9b
Compare
6d39974 to
80f945e
Compare
Translate strings-duckchat to values-hr
Translate strings-sync to values-hr
Translate strings-sync to values-tr
96a6c87 to
50f89b0
Compare
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 50f89b0. Configure here.
| <!-- QR Code screen --> | ||
| <string name="sync_simplified_qr_code_screen_title">QR-kode</string> | ||
| <string name="sync_simplified_qr_code_header_headline">Scan fra en anden enhed</string> | ||
| <string name="sync_simplified_qr_code_header_body">På en anden enhed skal du åbne <annotation type="icon"> </annotation> <b><annotation type="highlight">DuckDuckGo</annotation></b>\n<annotation type="gap">\n</annotation>og gå til <annotation type="highlight">Sync & Backup</annotation> › <annotation type="highlight">Synkroniser med en anden enhed</annotation> og scan denne kode:</string> |
There was a problem hiding this comment.
Broken Danish icon annotation
Low Severity
In sync_simplified_qr_code_header_body, the icon annotation contains a regular space instead of the object replacement character ( / ) used by the English source and the other Danish simplified-sync strings. SyncPairingHeaderView replaces that span with the DuckDuckGo logo, so the wrong placeholder is a technical annotation defect on the QR Code screen for Danish.
Please tell me if this was useful or not with a 👍 or 👎.
Triggered by learned rule: Do not flag string resource copy content (grammar, wording, phrasing)
Reviewed by Cursor Bugbot for commit 50f89b0. Configure here.



Task/Issue URL: https://app.asana.com/1/137249556945/project/1216103556496795/task/1216422585541218?focus=true
Tech Design URL (if applicable): N/A
API Proposals URL(s) (if applicable): N/A
Description
Translatiosn for the simplifie sync feature.
Steps to test this PR
N/A
UI changes
N/A
Note
Low Risk
Localization-only changes to
strings-sync.xml; no runtime logic or sync behavior is modified.Overview
Adds localized Android string resources for the Simplified Sync UI across multiple locales (including Bulgarian, Czech, Danish, German, Greek, Spanish, Estonian, Finnish, French, Croatian, Hungarian, and Italian).
Each locale file gains the full
sync_simplified_*set already used by the Simplified Sync screens—settings headers (with optional Duck.ai variants), setup, QR/manual pairing, recovery codes, device management, dialogs, errors, and deep-link prompts—so non-English users see the same flows as the existing English strings.Reviewed by Cursor Bugbot for commit 50f89b0. Bugbot is set up for automated code reviews on this repo. Configure here.