Skip to content

Release multilingual blog and OpenClaw Meetup #5#49

Merged
wauputr4 merged 9 commits into
releasefrom
main
Jul 23, 2026
Merged

Release multilingual blog and OpenClaw Meetup #5#49
wauputr4 merged 9 commits into
releasefrom
main

Conversation

@wauputr4

Copy link
Copy Markdown
Member

Release contents

  • multilingual blog foundation with Indonesian as the default
  • English article index and /en/blog/... routes
  • reciprocal language switch links and localized page chrome
  • language-aware html lang, Open Graph locale, JSON-LD, hreflang, and x-default
  • Indonesian and English editions of OpenClaw Jakarta Meetup Plan GitHub Discussions forum integration #5

Validation

  • PR Add multilingual blog support and publish OpenClaw Meetup #5 #48 merged to main
  • npm test — 22 passing
  • npm run build — 113 pages, 0 errors/warnings/hints
  • GitHub CI, CodeRabbit, and Cloudflare branch preview passed
  • both localized preview routes returned HTTP 200
  • release is an ancestor of main (0 behind, 9 commits ahead)

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6c1a536b-d0d1-4363-9a11-7532501ccdf1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
indopensource-org 1cc9006 Commit Preview URL

Branch Preview URL
Jul 23 2026, 04:56 PM

@wauputr4
wauputr4 merged commit b290b93 into release Jul 23, 2026
4 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1cc90062c1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<span class="sticker">{post.status}</span>
{post.tags.map((tag) => <span class="stamp">{tag}</span>)}
{translations.map((translation) => (
<a class="sticker riso-hover no-underline" href={articleHref(translation)} hreflang={articleLanguage(translation)}>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Honor ASTRO_BASE for article links

The raw anchors that render articleHref() bypass withBase/normalizeHref. When the site is built with ASTRO_BASE=/indopensource.org (as the CI build does), this link still points at /en/blog/... or /blog/... instead of /indopensource.org/..., so language switching leaves the configured base and 404s on base-path previews; the same pattern appears in the new English article-card title/image links. Please wrap rendered internal articleHref() hrefs with withBase while keeping sitemap/canonical uses base-free.

Useful? React with 👍 / 👎.

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