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

@@ -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
}