Skip to content

Commit

Permalink
feat: implement new scans screen (#1614)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored Nov 22, 2023
1 parent 7b173be commit 47d2b47
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export const surveyMonkeyUrl = 'https://www.surveymonkey.com/r/7BMHJL8'
export const surveyMonkeyExitUrl = 'https://www.surveymonkey.com/survey-thanks'
export const whereToUseWalletUrl = 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-wallet#where'
export const hitSlop = { top: 44, bottom: 44, left: 44, right: 44 }
6 changes: 6 additions & 0 deletions app/src/localization/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ const translation = {
"AddCredentialSlider": {
"Choose": "Choose",
"ScanQRCode": "Scan a QR code",
},
"Scan": {
"ScanOnySpecial": "Only special QR codes can be scanned by BC Wallet.",
"ScanOnlySpecial3": "BC Wallet currently doesn't support adding digital credential by scanning or taking photos of physical ones.",
"WhereToUseLink": "See where you can use BC Wallet",
"BadQRCodeDescription": "Ths QR code scanned doesn't work with BC Wallet. BC Wallet only works with participating services.\n\nIt currently can't add digital credentials by taking photos of physical ones."
}
}

Expand Down
6 changes: 6 additions & 0 deletions app/src/localization/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ const translation = {
"AddCredentialSlider": {
"Choose": "Choose (FR)",
"ScanQRCode": "Scan a QR code (FR)",
},
"Scan": {
"ScanOnySpecial": "Only special QR codes can be scanned by BC Wallet. (FR)",
"ScanOnlySpecial3": "BC Wallet currently doesn't support adding digital credential by scanning or taking photos of physical ones. (FR)",
"WhereToUseLink": "See where you can use BC Wallet (FR)",
"BadQRCodeDescription": "Ths QR code scanned doesn't work with BC Wallet. BC Wallet only works with participating services.\n\nIt currently can't add digital credentials by taking photos of physical ones. (FR)"
}
}

Expand Down
6 changes: 6 additions & 0 deletions app/src/localization/pt-br/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ const translation = {
"AddCredentialSlider": {
"Choose": "Choose (PT-BR)",
"ScanQRCode": "Scan a QR code (PT-BR)",
},
"Scan": {
"ScanOnySpecial": "Only special QR codes can be scanned by BC Wallet. (PT-BR)",
"ScanOnlySpecial3": "BC Wallet currently doesn't support adding digital credential by scanning or taking photos of physical ones. (PT-BR)",
"WhereToUseLink": "See where you can use BC Wallet (PT-BR)",
"BadQRCodeDescription": "Ths QR code scanned doesn't work with BC Wallet. BC Wallet only works with participating services.\n\nIt currently can't add digital credentials by taking photos of physical ones. (PT-BR)"
}
}

Expand Down
2 changes: 1 addition & 1 deletion bifold

0 comments on commit 47d2b47

Please sign in to comment.