Skip to content

Commit e85501e

Browse files
author
Mirror Bot
committed
Mirror from private (482b810)
1 parent 24b1a83 commit e85501e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Issues and PRs welcome. The code is small and tries to stay readable.
262262
| [`Sources/WhatCableCore/`](Sources/WhatCableCore/) | Shared diagnostic logic, PD bit decoding, text formatting |
263263
| [`Sources/WhatCableDarwinBackend/`](Sources/WhatCableDarwinBackend/) | IOKit watchers (port state, PD identity, power sources, USB devices, Thunderbolt fabric) |
264264
| [`Sources/WhatCableAppKit/`](Sources/WhatCableAppKit/) | Plugin registry and extension points (hooks for Pro features, CLI commands, menu items) |
265-
| [`Sources/WhatCablePlugins/`](Sources/WhatCablePlugins/) | Pro features (power metering, licence, cable diagnostics view, liquid detection) |
265+
| [`Sources/WhatCablePlugins/`](Sources/WhatCablePlugins/) | Pro features (power metering, licence, cable and display diagnostics, liquid detection) |
266266
| [`Sources/WhatCableWidget/`](Sources/WhatCableWidget/) | WidgetKit extension (small/medium/large desktop widgets) |
267267
| [`Sources/WhatCableCLI/`](Sources/WhatCableCLI/) | CLI binary, shares Core/Backend/Plugins with the app |
268268

@@ -276,7 +276,7 @@ To add a new language:
276276
2. Translate the values (leave the keys as-is)
277277
3. Make sure format specifiers (`%@`, `%lld`, `%1$@`, etc.) match the English originals exactly
278278
4. Run `plutil -lint` on your files to check for syntax errors
279-
5. Add the language to the picker in [`Sources/WhatCable/SettingsView.swift`](Sources/WhatCable/SettingsView.swift)
279+
5. Add the language to the picker in [`Sources/WhatCable/Views/SettingsView.swift`](Sources/WhatCable/Views/SettingsView.swift)
280280

281281
### Diagnostic data
282282

0 commit comments

Comments
 (0)