Internationalize all bundled user-facing strings

Enables localization to non-English locales in the future
This commit is contained in:
2022-12-31 16:27:17 -05:00
committed by William Casarin
parent 7242c0bca3
commit 9e9077bab5
10 changed files with 93 additions and 42 deletions

View File

@@ -67,7 +67,7 @@ struct SaveKeysView: View {
complete_account_creation(account)
}
} else {
DamusWhiteButton("Let's go!") {
DamusWhiteButton(NSLocalizedString("Let's go!", comment: "Button to complete account creation and start using the app.")) {
complete_account_creation(account)
}
}