feat(i18n): localize empty / load-error states (renderers + screens)#129
Merged
Conversation
…eens P3 of the i18n sweep — the "No data" / "No X" / "Couldn't Load X" placeholders. New `empty` namespace covering: dashboard, map, timeline, calendar, kanban, chart, gantt, gallery, images, report empties; the load-error titles for page/report/chart/app/packages/flows; and the packages / app-navigation / flows screen empties (+ a flowCount subtitle key). Wired across all the view renderers (Dashboard/Map/Timeline/Calendar/Kanban/ Chart/Gantt/Gallery/ImageGallery/Report/Page) and the reachable screens (app navigation, packages, flows, SDUI page). ChartViewRenderer's `renderChart` helper takes the empty label as an arg since it isn't a component. All three locales at full key parity; tsc + lint clean, full suite 1337 passing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
i18n P3 — empty & load-error states
The
No data/No X/Couldn't Load Xplaceholders across the view renderers and screens.New
emptynamespaceCovers dashboard / map / timeline / calendar / kanban / chart / gantt / gallery / images / report empties, the load-error titles (page/report/chart/app/packages/flows), and the packages / app-navigation / flows screen empties (+ a
flowCountsubtitle key).Wired
renderCharthelper takes the empty label as an arg — it isn't a component.)Most of these are exotic view types the default todo app doesn't render, but they're now consistent for any app that configures them.
All three locales at full key parity; tsc + lint clean, full suite 1337 passing.
🤖 Generated with Claude Code