Skip to content

Commit

Permalink
🌐 (LekaApp): Add localization
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz committed Feb 22, 2024
1 parent 6278264 commit 9f0c0b6
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions Apps/LekaApp/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,60 @@
}
}
},
"lekaapp.account_creation_view.email_verification_alert.dismissButton": {
"comment": "Email verification alert dismiss button",
"extractionState": "extracted_with_value",
"localizations": {
"en": {
"stringUnit": {
"state": "new",
"value": "OK"
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "OK"
}
}
}
},
"lekaapp.account_creation_view.email_verification_alert.message": {
"comment": "Email verification alert message",
"extractionState": "extracted_with_value",
"localizations": {
"en": {
"stringUnit": {
"state": "new",
"value": "A verification email has just been sent to you ! Please verify"
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "Un email de v\u00e9rification vient juste de vous \u00eatre envoy\u00e9 ! Veuillez confirmer votre email "
}
}
}
},
"lekaapp.account_creation_view.email_verification_alert.title": {
"comment": "Email verification alert title",
"extractionState": "extracted_with_value",
"localizations": {
"en": {
"stringUnit": {
"state": "new",
"value": "Verify your email adress"
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "V\u00e9rifier votre email"
}
}
}
},
"lekaapp.account_creation_view.navigation_title": {
"comment": "NavigationBar title on the whole Signup process",
"extractionState": "extracted_with_value",
Expand Down

0 comments on commit 9f0c0b6

Please sign in to comment.