Add new macOS code name

This commit is contained in:
1024jp 2024-06-11 12:40:20 +09:00
parent 5487968005
commit d7ec330ed4
2 changed files with 5 additions and 5 deletions

View File

@ -214,25 +214,25 @@
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Unterstützung für macOS 15"
"value" : "Unterstützung für macOS 15 Sequoia"
}
},
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "macOS 15 Support"
"value" : "macOS 15 Sequoia Support"
}
},
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "macOS 15 Support"
"value" : "macOS 15 Sequoia Support"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "macOS 15サポート"
"value" : "macOS 15 Sequoiaサポート"
}
}
}

View File

@ -146,7 +146,7 @@ private enum NewFeature: CaseIterable {
switch self {
case .macOSSupport:
String(localized: "NewFeature.macOSSupport.label",
defaultValue: "macOS 15 Support", table: "WhatsNew")
defaultValue: "macOS 15 Sequoia Support", table: "WhatsNew")
case .donation:
String(localized: "NewFeature.donation.label",
defaultValue: "Donation", table: "WhatsNew")