-
Notifications
You must be signed in to change notification settings - Fork 3
Localisation biometric kyc #522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: localisation-enhanhanced-docv
Are you sure you want to change the base?
Localisation biometric kyc #522
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
This branch has been deployed to s3 / cloudfront. ✅ Preview URL for Smart Camera Web: |
PR Type
Enhancement
Description
Localize biometric KYC page with translation support
Add dynamic translations for UI elements and messages
Implement RTL support with direction detection
Update locale files with new translation keys
File Walkthrough
biometric-kyc.js
Implement translation system for biometric KYCpackages/embed/src/js/biometric-kyc.js
translate,translateHtml,getDirection)applyPageTranslations()function to translate DOM elementstranslate()calls for dynamic contentbiometric-kyc.html
Add translation keys to HTML elementspackages/embed/src/biometric-kyc.html
data-i18nattributes to all translatable elementsar-EG.json
Add Arabic translations for new keyspackages/web-components/locales/ar-EG.json
idInfosection with form field translationsprocessingInfoanddefaultMessagetocompletesectionen-GB.json
Add English translations for new keyspackages/web-components/locales/en-GB.json
idInfosection with form field translationsprocessingInfoanddefaultMessagetocompletesection