Skip to content

fix(blog): restore Community Meeting Calendar link in Wizard post - #659

Merged
Timur Tukaev (tym83) merged 1 commit into
mainfrom
fix/wizard-community-link
Aug 19, 2026
Merged

fix(blog): restore Community Meeting Calendar link in Wizard post#659
Timur Tukaev (tym83) merged 1 commit into
mainfrom
fix/wizard-community-link

Conversation

@tym83

Copy link
Copy Markdown
Contributor

Summary

Fixes the empty link in the Wizard announcement post, which has kept i18n-lint red on main since 18 August.

What

One line in content/en/blog/2026-05-19-introducing-cozystack-wizard/index.md:

-- [Community Meeting Calendar]()
+- Community Meeting Calendar: [cozystack.io/community](https://cozystack.io/community/)

Why

The link-repair pass in chore(blog): repair front matter, links and bundle names left this target empty. It is the only empty link in content/ — the rest of that pass is intact.

The side effect was less obvious. Changing the English source changed its sha256, which no longer matched the source_digest recorded by the four translations of the post (de, hi, ru, zh-cn). hack/check-i18n.sh reported them as stale translations, and i18n-lint has failed on every push to main and on every pull request since.

Restoring the original line returns the file to digest 6f37e3e12783a4e331d4df3ee4ad46b966b2916d69d0598b0c140733f4b58a41, which is exactly the value the four translations record. So the translations were never stale — the source was broken — and refreshing their digests would have papered over a real regression rather than fixing it.

Verification

$ ./hack/check-i18n.sh
i18n key parity: OK (24 keys across all languages)
translation freshness: OK (20 translated pages match their English source)

The link-repair pass left this one with an empty target, which also
invalidated the source digest recorded by the four translations of the
post and has kept i18n-lint red on main since.

Restoring the original line brings the digest back to its recorded value,
so the translations are correct as they stand and none of them needs to
be refreshed.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: tym83 <6355522@gmail.com>
@netlify

netlify Bot commented Aug 19, 2026

Copy link
Copy Markdown

Deploy Preview for cozystack ready!

Name Link
🔨 Latest commit bc084b1
🔍 Latest deploy log https://app.netlify.com/projects/cozystack/deploys/6a85aaf415792400086d2509
😎 Deploy Preview https://deploy-preview-659--cozystack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f18b6725-794c-44a9-9ecf-d50808b630b0


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@tym83
Timur Tukaev (tym83) merged commit d9a870d into main Aug 19, 2026
7 checks passed
@tym83
Timur Tukaev (tym83) deleted the fix/wizard-community-link branch August 19, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant