Skip to content

Commit

Permalink
Update What’s New panel
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Sep 13, 2024
1 parent 076bd2e commit 19f6840
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
28 changes: 0 additions & 28 deletions CotEditor/Localizables/WhatsNew.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -77,34 +77,6 @@
}
}
},
"(only in eligible conditions)" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "(nur unter förderfähigen Bedingungen)"
}
},
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "(only in eligible conditions)"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "(sólo en condiciones elegibles)"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "(対象となる条件でのみ)"
}
}
}
},
"Beta" : {
"comment" : "label for when the app is a prerelease version",
"localizations" : {
Expand Down
4 changes: 0 additions & 4 deletions CotEditor/Sources/Panels/WhatsNewView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ private enum NewFeature: CaseIterable {
@MainActor @ViewBuilder var supplementalView: some View {

switch self {
case .writingTools:
Text("(only in eligible conditions)", tableName: "WhatsNew")
.foregroundStyle(.secondary)

case .donation:
#if SPARKLE
Text("(Available only in the App Store version)", tableName: "WhatsNew")
Expand Down

0 comments on commit 19f6840

Please sign in to comment.