| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@adamdotdevin could you take a look? |
Sorry, something went wrong.
# Conflicts: # .github/workflows/docs-locale-sync.yml # .opencode/agent/docs.md # .opencode/agent/translator.md # packages/console/app/src/lib/language.ts # packages/web/src/content/docs/en/enterprise.mdx # packages/web/src/content/docs/en/modes.mdx
| Back | FazBrowse Home | New Git URL |
Issue for this PR
Closes #17665
Closes #16278
Closes #15984
Closes #15904
Closes #15194
Closes #14997
Closes #14409
Type of change
What does this PR do?
Fixes the docs locale architecture introduced in #12508, which made routing dependent on ambient locale state and treated English as a special-case root path. Rather than patching symptoms (#13109, #13608), this addresses the root cause by making docs URLs path-authoritative and promoting English to an explicit en locale.
Key changes:
How did you verify your code works?
Added targeted regression tests across both packages:
Ran bun test, bun run astro check, and bun run typecheck in the affected packages, and confirmed that the docs sync workflow and translator agent now point at the new English docs source path.
Checklist
If you do not follow this template your PR will be automatically rejected.