[explainers]: Update WebUI overriding explainer with a link to strings and note that storybook strings are automatic now. (#29620)

This commit is contained in:
Jay Harris
2025-06-18 06:55:36 +02:00
committed by GitHub
parent 76b1eee633
commit 1c8f0ac7ec
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -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.
+1 -2
View File
@@ -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.