Skip to content

Commit

Permalink
Fix deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Oct 1, 2023
1 parent f2078bb commit 2fe2477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct BundleStringTests {
return
}

let expected = switch Locale(identifier: language).languageCode {
let expected = switch Locale(identifier: language).language.languageCode?.identifier {
case "en": "UhooiPicBook"
default: "ウホーイ図鑑"
}
Expand Down

0 comments on commit 2fe2477

Please sign in to comment.