anomalyco / anomalyco/opencode
404 error when visiting /docs/uk — Ukrainian locale not configured
Open
@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.jsoni18n UI strings file - Missing
uk/docs directory with translated content
Steps to reproduce
- Go to https://opencode.ai
- Switch language to Ukrainian
- Click "Docs" in the header
- See 404 error
Fix
PR #38294 adds the missing locale configuration and Ukrainian translations.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.