feat(card): add pushNotificationCardKycNotificationCtaText translations#5
feat(card): add pushNotificationCardKycNotificationCtaText translations#5Brunonascdev wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| "message": "Lihat keputusan permohonan Anda." | ||
| }, | ||
| "pushNotificationCardKycNotificationCtaText": { | ||
| "message": "Atur Karu MetaMask Anda" |
There was a problem hiding this comment.
Indonesian translation typo: "Karu" instead of "Kartu"
Medium Severity
The Indonesian translation for pushNotificationCardKycNotificationCtaText has a typo — "Karu" instead of "Kartu" (Indonesian for "Card"). Other keys in the same file (e.g., pushNotificationCardKycCompletedDescription and pushNotificationCardKycFailedTitle) correctly use "Kartu". This will display an incorrect/misspelled word to Indonesian-speaking users.
| "message": "Xem quyết định về đơn đăng ký của bạn." | ||
| }, | ||
| "pushNotificationCardKycNotificationCtaText": { | ||
| "message": "Thiết lập Thẻ MetaMask của bạn." |
There was a problem hiding this comment.
Vietnamese CTA text has inconsistent trailing period
Low Severity
The Vietnamese pushNotificationCardKycNotificationCtaText message ends with a period ("Thiết lập Thẻ MetaMask của bạn.") while all other 15 locales omit it. Since the key name indicates this is CTA button text (CtaText), a trailing period is atypical for buttons and inconsistent with every other translation of this string.


add pushNotificationCardKycNotificationCtaText translations
Note
Low Risk
Low risk: adds a new localized string key for a push-notification CTA across multiple locale JSON files, with no logic changes.
Overview
Adds a new i18n message key,
pushNotificationCardKycNotificationCtaText, to the card KYC push-notification translations across supported locales (includingen/en_GBand multiple non-English languages).Also cleans up
locales/en/messages.jsonformatting by removing stray diff artifacts and ensuring proper JSON termination.Written by Cursor Bugbot for commit c9678d9. This will update automatically on new commits. Configure here.