Skip to content

Commit

Permalink
Add localized string
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmart00 committed Jun 29, 2024
1 parent 4c279b8 commit 3218a8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions app-ios/Sources/StaffFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"sourceLanguage" : "en",
"strings" : {
"Staff" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "スタッフ"
}
}
}
}
},
"version" : "1.0"
}
2 changes: 1 addition & 1 deletion app-ios/Sources/StaffFeature/StaffView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct StaffView: View {
store.send(.onAppear)
}
.navigationBarTitleDisplayMode(.large)
.navigationTitle("Staff")
.navigationTitle(String(localized: "Staff", bundle: .module))
}
}

Expand Down

0 comments on commit 3218a8e

Please sign in to comment.