Skip to content

Commit

Permalink
feat: 🎸 gender
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Dec 26, 2023
1 parent 7a7ade7 commit 218d74a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public struct GenderSettingLogic {
try await updateGender(input)
}))
}

case .skipButtonTapped:
return .run { send in
await feedbackGenerator.impactOccurred()
Expand Down Expand Up @@ -137,7 +137,7 @@ public struct GenderSettingView: View {
) {
store.send(.nextButtonTapped)
}

Button {
store.send(.skipButtonTapped)
} label: {
Expand Down
21 changes: 10 additions & 11 deletions Packages/BeMatch/Sources/GenderSettingFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"sourceLanguage" : "en",
"strings" : {
"BeMatch." : {
"extractionState" : "stale",
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "BeMatch."
}
}
}
},
"Female" : {
"localizations" : {
"ja" : {
Expand Down Expand Up @@ -52,6 +41,16 @@
}
}
},
"Skip" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "スキップ"
}
}
}
},
"What's your gender?" : {
"localizations" : {
"ja" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"sourceLanguage" : "en",
"strings" : {
"🔗 %@" : {

},
"🔗 BeRe.al/%@" : {
"extractionState" : "stale",
"localizations" : {
"ja" : {
"stringUnit" : {
Expand Down

0 comments on commit 218d74a

Please sign in to comment.