Skip to content

Commit 44a3d87

Browse files
pwizlaweb-flow
andauthored
[experimental] Add rebuild tip to Locales & translations documentation (#2854)
* docs(backend): correct TypeScript code fences in TS tabs (controllers, services, middlewares, routes) * docs(bundlers): clarify webpack config example rename and JS/TS filenames * docs(routes): add guidance to prefer fully-qualified handler names in custom routers * docs(api-tokens): add concise security tip (least privilege, rotation, secrets manager) * docs(controllers): add caution about validateQuery/sanitizeQuery/sanitizeOutput when overriding actions * docs(policies): clarify scoped policy folders and fix example path * docs(webhooks): add signature verification tip and fix TS config path * docs(theme-extension): add minimal TS example for theme.light and theme.dark overrides * docs(wysiwyg): add next steps tip (plugin first, custom field for deeper integration) * docs(middlewares): add tip to list registered middlewares (discovery command) * docs(models): add TL;DR with emphasis on content shape and Document Service * docs(locales-translations): fix typo and use proper js/ts fences instead of jsx * docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants) * docs(admin host/port): add reverse proxy deployment tip (forwarded headers, explicit origin) * docs(releases): tidy step wording and ensure consistent numbering * docs(review-workflows): minor copy polish in settings table * docs(locales-translations): add tip about rebuilding the admin after translation changes * Limit PR scope based on title; keep only intended doc(s); revert unrelated files * Limit PR #2854 to the rebuild tip only; revert other changes in locales-translations.md --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 6760b24 commit 44a3d87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus/docs/cms/admin-panel-customization/locales-translations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,7 @@ export default {
157157
</Tabs>
158158

159159
If you need to ship additional translation JSON files—for example to organize large overrides or to support a locale not bundled with Strapi—place them in the `/src/admin/extensions/translations` folder and ensure the locale code is listed in `config.locales`.
160+
161+
:::tip Rebuild the admin
162+
Translation changes apply when the admin rebuilds. If updates don’t show, re-run your dev server or rebuild the admin to refresh bundled translations.
163+
:::

0 commit comments

Comments
 (0)