anomalyco / anomalyco/opencode

[FEATURE]: Move translated READMEs out of repo root into docs/i18n/

Open
#46,985 0 comments 0 reactions 1 assignee View on GitHub

@neriousy is already working on this.

Since Sep 3, 2026.

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

Description

Feature hasn't been suggested before.
  • I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request

The repo root currently has 22 README files: README.md plus 21 README.<lang>.md translations, all sitting flat in the root directory. GitHub only ever renders README.md automatically, so the other 21 are pure root clutter — they make the top-level file listing harder to scan and add noise to root-level diffs/git-blame that has nothing to do with the actual project structure.

Proposal: keep README.md at the root as the single canonical entry point (with the existing language switcher at the top), and move the translated files into docs/i18n/README.<lang>.md. Update the switcher links in every file to point at the new paths. Root stays clean (KISS), translations stay just as discoverable via the switcher, nothing is deleted or lost.

Happy to send a PR for the file move + link updates if this direction is welcome.

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.