feat(privacy): add personalized ads toggle in settings
- Add PrivacySettings schema with can_sell field (default: false) - Move privacy toggle to GeneralSettingsScreen with clear labeling - Update l10n for zh/en/zh_hant with user-friendly copy - Clean up redundant PrivacyNotificationSettingsScreen - Update profile-protocol.md to reflect new privacy schema - Fix basedpyright warnings in user.py
This commit is contained in:
@@ -483,5 +483,9 @@
|
||||
"settingsInviteEmptyDescription": "Each friend who registers using your invite code gives you bonus credits",
|
||||
"settingsInviteInputLabel": "Enter invite code (optional)",
|
||||
"settingsInviteInputHint": "Enter code to bind your inviter",
|
||||
"settingsInviteInvalidCode": "Please enter a valid 6-character invite code"
|
||||
"settingsInviteInvalidCode": "Please enter a valid 6-character invite code",
|
||||
"settingsDoNotSellTitle": "Personalized Ads",
|
||||
"settingsDoNotSellDescription": "When off, your personal info won't be used for ad recommendations",
|
||||
"settingsDoNotSellEnabled": "Off",
|
||||
"settingsDoNotSellDisabled": "On"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user