Skip to content

refactor: consolidate README translations into docs/translations directory#15521

Open
avonyu wants to merge 2 commits intoanomalyco:devfrom
avonyu:dev
Open

refactor: consolidate README translations into docs/translations directory#15521
avonyu wants to merge 2 commits intoanomalyco:devfrom
avonyu:dev

Conversation

@avonyu
Copy link

@avonyu avonyu commented Mar 1, 2026

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes incorrect relative import paths for config.mjs in translated documentation files. The imports were using ../../../config.mjs (going up 3 levels) but needed ../../../../config.mjs (going up 4 levels) to correctly resolve from the language subdirectories.

Affected files:

  • packages/web/src/content/docs/bs/zen.mdx
  • packages/web/src/content/docs/fr/zen.mdx
  • packages/web/src/content/docs/it/sdk.mdx, it/zen.mdx
  • packages/web/src/content/docs/ko/providers.mdx, ko/zen.mdx
  • packages/web/src/content/docs/nb/sdk.mdx, nb/zen.mdx
  • packages/web/src/content/docs/pt-br/zen.mdx
  • packages/web/src/content/docs/tr/zen.mdx
  • packages/web/src/content/docs/zh-cn/zen.mdx

How did you verify your code works?

Verified that the relative path from packages/web/src/content/docs/{lang}/ to packages/web/src/content/config.mjs requires 4 parent directory traversals.

Screenshots / recordings

N/A - documentation fix

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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