Skip to content

Commit 30d0401

Browse files
committed
iosApp: Update localizations
Change-Id: I84d72dbdf6038477ca9eecef94126c12ab7a6605
1 parent a461cfc commit 30d0401

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

iosApp/OPass/Schedule/View/SessionDetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ struct SessionDetailView: View {
8585
.clipShape(.rect(cornerRadius: 15))
8686
}
8787

88-
Text("QA")
88+
Text("Q & A")
8989
.font(.caption2)
9090
}
9191
}

iosApp/Supporting Files/Localizable.xcstrings

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
},
77
"About" : {
8-
9-
},
10-
"ABOUT" : {
11-
"extractionState" : "stale",
128
"localizations" : {
139
"zh-Hant" : {
1410
"stringUnit" : {
@@ -87,10 +83,6 @@
8783

8884
},
8985
"General" : {
90-
91-
},
92-
"GENERAL" : {
93-
"extractionState" : "stale",
9486
"localizations" : {
9587
"zh-Hant" : {
9688
"stringUnit" : {
@@ -175,7 +167,7 @@
175167
}
176168
}
177169
},
178-
"QA" : {
170+
"Q & A" : {
179171

180172
},
181173
"Record" : {
@@ -189,7 +181,7 @@
189181
"zh-Hant" : {
190182
"stringUnit" : {
191183
"state" : "translated",
192-
"value" : "重置外觀"
184+
"value" : "重設外觀"
193185
}
194186
}
195187
}

0 commit comments

Comments
 (0)