fix(ios): preserve localized status semantics

This commit is contained in:
Vincent Koc
2026-07-12 08:34:11 +02:00
committed by Vincent Koc
parent 99c1fedf27
commit a8ae1bff7f
3 changed files with 36 additions and 12 deletions

View File

@@ -158,7 +158,7 @@ const LOCALIZED_WRAPPER_CONTRACTS: Record<string, readonly string[]> = {
"func metricTile(\n icon: String,\n title: OpenClawTextValue,\n value: String,\n detail: OpenClawTextValue",
],
"apps/ios/Sources/Design/AgentProNodesDestination.swift": [
"private func nodeDetailRow(_ title: OpenClawTextValue, value: String?)",
"private func nodeDetailRow(\n _ title: OpenClawTextValue,\n copyLabel: LocalizedStringKey",
"private func nodeListCard(title: OpenClawTextValue, values: [String])",
"private func detailMetric(label: OpenClawTextValue, value: String)",
"title: OpenClawTextValue,\n detail: OpenClawTextValue",