diff --git a/docs/webui_overriding.md b/docs/webui_overriding.md index db9c3850a52..5c54c6bba43 100644 --- a/docs/webui_overriding.md +++ b/docs/webui_overriding.md @@ -176,3 +176,9 @@ the upstream build for that WebUI. See `//brave/browser/resources/settings/BUILD.gn` and `//brave/browser/resources/settings/settings.gni` for how to get this setup. + +## Strings + +When using translated strings you should follow the guidance in the +[webui strings explainer](./webui_strings_explainer.md) to reduce boilerplate +and ensure we catch misspelt strings. diff --git a/docs/webui_strings_explainer.md b/docs/webui_strings_explainer.md index 24639201d54..19c5c0f10d8 100644 --- a/docs/webui_strings_explainer.md +++ b/docs/webui_strings_explainer.md @@ -92,5 +92,4 @@ Afterwards everything should work the same as it does in our UIs. ## Storybook -We're looking into generating Storybook strings too, but that will be done as a -followup. +Storybook will automatically have the generated strings available.