-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Bug]: Missing Translation for Biometric Authentication Feature in Canadian English Localization #7941
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
Sev3-lowA possible confusion or deception that is only hypothetical & has no known instances in the wildA possible confusion or deception that is only hypothetical & has no known instances in the wildexternal-contributorready-for-devregression-prod-7.11Regression bug that was found in production in release 7.11Regression bug that was found in production in release 7.11staleIssues that have not had activity in the last 90 daysIssues that have not had activity in the last 90 daysteam-mobile-platformMobile Platform teamMobile Platform teamtype-bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
Sev3-lowA possible confusion or deception that is only hypothetical & has no known instances in the wildA possible confusion or deception that is only hypothetical & has no known instances in the wildexternal-contributorready-for-devregression-prod-7.11Regression bug that was found in production in release 7.11Regression bug that was found in production in release 7.11staleIssues that have not had activity in the last 90 daysIssues that have not had activity in the last 90 daysteam-mobile-platformMobile Platform teamMobile Platform teamtype-bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Users with the Canadian English (en-CA) locale experience a missing translation error when attempting to enable biometric authentication in the application. The error message displayed is "[missing "en-CA.biometrics.enable_fac translation]".
Expected behavior
The application should display a Canadian English translation for enabling biometric authentication, allowing the user to unlock the wallet using facial recognition.
Screenshots/Recordings
Steps to reproduce
Open the application.
Navigate to the login screen.
Observe the error message in the biometric authentication section.
Error messages or log output
missing "en-CA.biometrics.enable_face translationVersion
7.11
Build type
None
Device
Google Pixel 4
Operating system
Android
Additional context
Ensure that all language keys are correctly implemented in the application's i18n (internationalization) files.
Add a missing translation string for "en-CA.biometrics.enable_fac" in the relevant localization file.
Severity
No response