mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Remove more useless localizations.
This commit is contained in:
parent
a078b8f7d0
commit
0e76a18168
2 changed files with 2 additions and 46 deletions
|
|
@ -14,10 +14,10 @@ extension View {
|
|||
struct View_IsHidden_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
Group {
|
||||
Text("Not Hidden")
|
||||
Text("Not Hidden".hideInLocalizations)
|
||||
.isHidden(false)
|
||||
|
||||
Text("Hidden")
|
||||
Text("Hidden".hideInLocalizations)
|
||||
.isHidden(true)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7918,28 +7918,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Hidden" : {
|
||||
"localizations" : {
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Masqué"
|
||||
}
|
||||
},
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Gizli"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "隐藏"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"IdenticalBuilds" : {
|
||||
"comment" : "Info Pane",
|
||||
"localizations" : {
|
||||
|
|
@ -13015,28 +12993,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Not Hidden" : {
|
||||
"localizations" : {
|
||||
"fr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Visible"
|
||||
}
|
||||
},
|
||||
"tr" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Gizli Değil"
|
||||
}
|
||||
},
|
||||
"zh-Hans" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "未隐藏"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Notification.FinishedInstalling" : {
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
|
|
|
|||
Loading…
Reference in a new issue