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
docs(readme): add star history section to translated READMEs (oomol-lab#216)
The root README embeds a star-growth chart that the daily star-history
workflow refreshes in place, but none of the six translated READMEs
under `docs/` carried it. This adds the same `<picture>` block
(light/dark SVG) with localized headings and alt text to the fr, ja, ko,
ru, zh-CN, and zh-TW READMEs, pointing at `../assets/star-history/`.
No workflow change is needed: the chart SVG filenames are stable and
only their contents change on each refresh, so the translated copies
stay current automatically. The `<!-- star-history:start/end -->` marker
comments are deliberately omitted from the translations — the action's
`readme` input only rewrites the root `README.md`, and if it were ever
pointed at `docs/` it would embed repo-root-relative paths that break
from there; a static block avoids implying automation that doesn't
exist.
Signed-off-by: Kevin Cui <bh@bugs.cc>
0 commit comments