@hoardodile/i18n 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ never re-typed per surface.
10
10
  | Namespace | Owns | Consumed by |
11
11
  | --- | --- | --- |
12
12
  | `translation` | App copy (pages, features, dialogs about domain objects) | web SPA, desktop shell, workbench |
13
- | `ui` | Component chrome: control labels, aria labels, prompts (`@hoardodile/ui` components read it via `useTranslation("ui")`) | every React surface, including plugin iframes |
13
+ | `ui` | Component chrome: control labels, aria labels, prompts ([`@hoardodile/ui`](https://www.npmjs.com/package/@hoardodile/ui) components read it via `useTranslation("ui")`) | every React surface, including plugin iframes |
14
14
  | `workbench` | Offline dev-tool copy (toolbar, config popover, empty states) | `@hoardodile/workbench` only |
15
15
  | `plugin` | Plugin-authored strings (declared by each plugin's own bundle) | plugin iframes |
16
16