Skip to content

Added More Information About Cats #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CS342ExampleApplication/Onboarding/Welcome.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ struct Welcome: View {
areas: [
OnboardingInformationView.Content(
icon: {
Image(systemName: "apps.iphone")
Image(systemName: "cat.fill")
.accessibilityHidden(true)
},
title: "The Spezi Framework",
title: "Cats are great!",
description: "WELCOME_AREA1_DESCRIPTION"
),
OnboardingInformationView.Content(
Expand Down
22 changes: 11 additions & 11 deletions CS342ExampleApplication/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@
}
}
},
"CS342 Example Application" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Spezi\nCS342 Example Application"
}
}
}
},
"Grant Access" : {
"localizations" : {
"en" : {
Expand Down Expand Up @@ -321,16 +331,6 @@
}
}
},
"CS342 Example Application" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Spezi\nCS342 Example Application"
}
}
}
},
"Start Questionnaire" : {
"localizations" : {
"en" : {
Expand Down Expand Up @@ -386,7 +386,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The Spezi Framework builds the foundation of this application."
"value" : "Spezi is nice, but cats are nicer … they don’t care about SwiftLint!"
}
}
}
Expand Down