mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-02 12:07:07 +01:00
Revert "Consistently handle “A11y” key"
This reverts commit d96f189980
.
This commit is contained in:
parent
24c426f7f3
commit
fcf38a15d6
@ -43,12 +43,7 @@ extension Parser {
|
|||||||
.map {
|
.map {
|
||||||
switch keyStyle {
|
switch keyStyle {
|
||||||
case .infoPlist: return $0
|
case .infoPlist: return $0
|
||||||
case .swiftgen:
|
case .swiftgen: return $0.capitalized
|
||||||
if $0 == "a11y" {
|
|
||||||
return "A11y"
|
|
||||||
} else {
|
|
||||||
return $0.capitalized
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.joined()
|
.joined()
|
||||||
|
Loading…
Reference in New Issue
Block a user