Internationalize all bundled user-facing strings
Enables localization to non-English locales in the future
This commit is contained in:
@@ -60,7 +60,7 @@ struct SetupView: View {
|
||||
|
||||
CarouselView()
|
||||
|
||||
DamusWhiteButton("Create Account") {
|
||||
DamusWhiteButton(NSLocalizedString("Create Account", comment: "Button to create an account.")) {
|
||||
self.state = .create_account
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user