Skip to content
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0008696
docs(backend): correct TypeScript code fences in TS tabs (controllers…
web-flow Nov 20, 2025
49a15fb
docs(bundlers): clarify webpack config example rename and JS/TS filen…
web-flow Nov 20, 2025
9502ba1
docs(routes): add guidance to prefer fully-qualified handler names in…
web-flow Nov 20, 2025
8ad2c1f
docs(api-tokens): add concise security tip (least privilege, rotation…
web-flow Nov 20, 2025
aff6acc
docs(controllers): add caution about validateQuery/sanitizeQuery/sani…
web-flow Nov 20, 2025
afa9417
docs(policies): clarify scoped policy folders and fix example path
web-flow Nov 20, 2025
1badc73
docs(webhooks): add signature verification tip and fix TS config path
web-flow Nov 20, 2025
8406c4f
docs(theme-extension): add minimal TS example for theme.light and the…
web-flow Nov 20, 2025
9162e3e
docs(wysiwyg): add next steps tip (plugin first, custom field for dee…
web-flow Nov 20, 2025
5e20848
docs(middlewares): add tip to list registered middlewares (discovery …
web-flow Nov 20, 2025
7b79f9b
docs(models): add TL;DR with emphasis on content shape and Document S…
web-flow Nov 20, 2025
4fc26e0
docs(locales-translations): fix typo and use proper js/ts fences inst…
web-flow Nov 20, 2025
2d1e93f
docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants)
web-flow Nov 20, 2025
e992b54
docs(admin host/port): add reverse proxy deployment tip (forwarded he…
web-flow Nov 20, 2025
7a3d9e3
docs(releases): tidy step wording and ensure consistent numbering
web-flow Nov 20, 2025
835d900
docs(review-workflows): minor copy polish in settings table
web-flow Nov 20, 2025
4bb3b96
docs(locales-translations): add tip about rebuilding the admin after …
web-flow Nov 20, 2025
840bb55
Limit PR scope based on title; keep only intended doc(s); revert unre…
web-flow Nov 20, 2025
0e022b4
Limit PR #2854 to the rebuild tip only; revert other changes in local…
web-flow Nov 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,7 @@ export default {
</Tabs>

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`.

:::tip Rebuild the admin
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.
:::