Internationalize all bundled user-facing strings
Enables localization to non-English locales in the future
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user