Skip to content

Commit

Permalink
fix(EU Covid Certificate): [IAGP-57] Change locales for photolibrary …
Browse files Browse the repository at this point in the history
…permission (#3120)

* add jp as codeowner for native locales

* update locales

* Apply suggestions from code review

Copy fix

Co-authored-by: Jacopo Pompilii <[email protected]>
Co-authored-by: Simone <[email protected]>
  • Loading branch information
3 people authored Jun 21, 2021
1 parent efd3619 commit 4ef3e8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
* @undermaken @fabriziofff @CrisTofani @debiff

/locales/ @undermaken @fabriziofff @CrisTofani @debiff @thisisjp
/ios/ItaliaApp/it.lproj/ @undermaken @fabriziofff @CrisTofani @debiff @thisisjp
/ios/ItaliaApp/en.lproj/ @undermaken @fabriziofff @CrisTofani @debiff @thisisjp
4 changes: 2 additions & 2 deletions ios/ItaliaApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<key>NSPhotoLibraryAddUsageDescription</key>
<string>The app needs NSPhotoLibraryAddUsageDescription permission</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>IO needs access to the Photos to scan QR codes</string>
<string>With IO you can save your bonuses and certificates, in addition to uploading screenshots or payment notices</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>The app needs NSSpeechRecognitionUsageDescription permission</string>
<key>UIAppFonts</key>
Expand Down Expand Up @@ -136,4 +136,4 @@
<string>https</string>
</array>
</dict>
</plist>
</plist>
2 changes: 1 addition & 1 deletion ios/ItaliaApp/it.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"NSCalendarsUsageDescription" = "IO ha necessità di accedere ai tuoi calendari per permetterti di ricordare le scadenze";
"NSContactsUsageDescription" = "IO ha necessità di accedere ai tuoi contatti per permetterti di aggiungerli come partecipanti alle scadenze";
"NSFaceIDUsageDescription" = "IO ha necessità di accedere a Face ID per permetterti di effettuare un'autenticazione più veloce";
"NSPhotoLibraryUsageDescription" = "IO ha necessità di accedere alle foto per la scansione dei codici di pagamento";
"NSPhotoLibraryUsageDescription" = "Con IO puoi salvare bonus e certificati, o caricare screenshot e avvisi di pagamento";
"NSMicrophoneUsageDescription" = "IO ha necessità di accedere al microfono nel caso in cui desideri mandare una nota vocale";
2 changes: 1 addition & 1 deletion locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ wallet:
message: "IO app needs Camera usage permission to shoot at the QR code"
settingsAlert:
title: It seems access to Photos has been denied
message: IO needs access to the Photos to scan QR codes
message: IO needs access to your gallery to save bonuses and certificates, in addition to uploading screenshots or payment notices
buttonText:
settings: Enable permissions
cancel: Cancel
Expand Down
2 changes: 1 addition & 1 deletion locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ wallet:
message: "IO richiede di poter utilizzare la fotocamera ed inquadrare il QR code"
settingsAlert:
title: Sembra che l'accesso alle foto sia stato negato
message: IO ha bisogno di accedere alle foto per scansionare i codici QR
message: IO ha bisogno di accedere alla tua galleria per salvare bonus e certificati, o caricare screenshot e avvisi di pagamento
buttonText:
settings: Abilita permessi
cancel: Annulla
Expand Down

0 comments on commit 4ef3e8c

Please sign in to comment.