You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Localize dashboard headings, widgets, customization controls, and state messages across every supported locale.
Format relative timestamps with the active application locale.
Keep user-customized section text unchanged while translating untouched built-in sections.
Preserve canonical defaults when translated section text is opened and saved without edits.
Validate metadata-driven translation keys in the i18n checker.
Verification
npm run check
npm run typecheck - 0 errors and 0 warnings
npm run test:run - 7 tests passed
npm run build
Browser E2E against a Docker deployment: save an unchanged German default section, switch German to English and back, and verify the heading follows the active locale.
Good catch, this wasn't intentional. check-i18n.js only scanned for nameKey/descriptionKey/titleKey/subtitleKey, so labelKey references were silently skipped. I added labelKey to the scanner and pushed the fix in 3ed62c88.
While addressing that, I also fixed the relative-time wording (numeric: 'always' so "1 week ago" no longer becomes "last week") and replaced the userFallback string with per-locale salutation templates. Frontend checks, the Vitest suite, and check-i18n all pass locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
npm run checknpm run typecheck- 0 errors and 0 warningsnpm run test:run- 7 tests passednpm run build