Skip to content

Commit 0e76a18

Browse files
committed
Remove more useless localizations.
1 parent a078b8f commit 0e76a18

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

Xcodes/Frontend/View+IsHidden.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ extension View {
1414
struct View_IsHidden_Previews: PreviewProvider {
1515
static var previews: some View {
1616
Group {
17-
Text("Not Hidden")
17+
Text("Not Hidden".hideInLocalizations)
1818
.isHidden(false)
1919

20-
Text("Hidden")
20+
Text("Hidden".hideInLocalizations)
2121
.isHidden(true)
2222
}
2323
}

Xcodes/Resources/Localizable.xcstrings

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -7918,28 +7918,6 @@
79187918
}
79197919
}
79207920
},
7921-
"Hidden" : {
7922-
"localizations" : {
7923-
"fr" : {
7924-
"stringUnit" : {
7925-
"state" : "translated",
7926-
"value" : "Masqué"
7927-
}
7928-
},
7929-
"tr" : {
7930-
"stringUnit" : {
7931-
"state" : "translated",
7932-
"value" : "Gizli"
7933-
}
7934-
},
7935-
"zh-Hans" : {
7936-
"stringUnit" : {
7937-
"state" : "translated",
7938-
"value" : "隐藏"
7939-
}
7940-
}
7941-
}
7942-
},
79437921
"IdenticalBuilds" : {
79447922
"comment" : "Info Pane",
79457923
"localizations" : {
@@ -13015,28 +12993,6 @@
1301512993
}
1301612994
}
1301712995
},
13018-
"Not Hidden" : {
13019-
"localizations" : {
13020-
"fr" : {
13021-
"stringUnit" : {
13022-
"state" : "translated",
13023-
"value" : "Visible"
13024-
}
13025-
},
13026-
"tr" : {
13027-
"stringUnit" : {
13028-
"state" : "translated",
13029-
"value" : "Gizli Değil"
13030-
}
13031-
},
13032-
"zh-Hans" : {
13033-
"stringUnit" : {
13034-
"state" : "translated",
13035-
"value" : "未隐藏"
13036-
}
13037-
}
13038-
}
13039-
},
1304012996
"Notification.FinishedInstalling" : {
1304112997
"extractionState" : "manual",
1304212998
"localizations" : {

0 commit comments

Comments
 (0)