anomalyco / anomalyco/opencode

404 error when visiting /docs/uk — Ukrainian locale not configured

Open
#38,297 1 comment 4 reactions 1 assignee View on GitHub

@Brendonovich is already working on this.

Since Jul 22, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

Visiting https://opencode.ai/docs/uk/ returns a 404 page. The Ukrainian language option appears in the site language dropdown but the docs are not available.

Expected behavior

Ukrainian users should be able to view the documentation in Ukrainian at /docs/uk/.

Actual behavior

A 404 page is shown. The uk locale is:

  • Listed in packages/web/src/i18n/locales.ts (locale alias support)
  • NOT configured in Starlight locales in packages/web/astro.config.mjs
  • Missing uk.json i18n UI strings file
  • Missing uk/ docs directory with translated content
Steps to reproduce
  1. Go to https://opencode.ai
  2. Switch language to Ukrainian
  3. Click "Docs" in the header
  4. See 404 error
Fix

PR #38294 adds the missing locale configuration and Ukrainian translations.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.