claude-code - 💡(How to fix) Fix [DOCS] CLAUDE.md line limit mistranslated as ~500 in all non-English locales (should be 200) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48874Fetched 2026-04-16 06:48:35
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Error Message

This confirms 200 is the intended value and the ~500 figure in other sections is a translation error, not a deliberate change.

RAW_BUFFERClick to expand / collapse

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/de/features-overview

Section/Topic

"Understand how features load" section → CLAUDE.md tab → line limit recommendation

Current Documentation

The English version correctly states:

Keep CLAUDE.md under 200 lines. Move reference material to skills, which load on-demand.

However, all non-English translations incorrectly state ~500 lines instead of 200:

Korean (ko):

CLAUDE.md를 약 500줄 이하로 유지하세요. 참조 자료를 skill로 이동하면 온디맨드로 로드됩니다.

French (fr):

Gardez CLAUDE.md sous environ 500 lignes. Déplacez le matériel de référence vers les skills, qui se chargent à la demande.

German (de):

Halten Sie CLAUDE.md unter ~500 Zeilen. Verschieben Sie Referenzmaterial zu Skills, die On-Demand geladen werden.

This same issue also appears on the costs page (/docs/{lang}/costs).

What's Wrong or Missing?

The CLAUDE.md line limit recommendation is mistranslated across all non-English locales. The English source says "200 lines" but every translation says "~500 lines" — a 2.5× discrepancy.

Affected pages (confirmed):

  • /docs/{lang}/features-overview — "Understand how features load" section
  • /docs/{lang}/costs — context management section

Affected languages: All non-English locales (KO, FR, DE, JA, ZH, ES, etc.) — confirmed that every available translation uses ~500 instead of 200.

This is not a minor typo — 500 vs 200 is a meaningful difference that directly impacts user behavior. Users following the translated docs may create CLAUDE.md files 2.5× larger than intended, wasting context window tokens and reducing Claude's effectiveness.

Additional finding: In the "Compare similar features" section → CLAUDE.md vs Skills tab, all locales correctly state: "Rule of thumb: Keep CLAUDE.md under 200 lines. If it's growing, move reference content to skills or split into .claude/rules/ files." This confirms 200 is the intended value and the ~500 figure in other sections is a translation error, not a deliberate change.

Suggested Improvement

Replace ~500 with 200 in all non-English translations of the following pages:

  1. /docs/{lang}/features-overview — "Understand how features load" section, CLAUDE.md tab
  2. /docs/{lang}/costs — context management section

Example corrections (same pattern applies to all non-English locales):

Korean:

  • Before: "CLAUDE.md를 약 500줄 이하로 유지하세요."
  • After: "CLAUDE.md를 200줄 이하로 유지하세요."

French:

  • Before: "Gardez CLAUDE.md sous environ 500 lignes."
  • After: "Gardez CLAUDE.md sous 200 lignes."

German:

  • Before: "Halten Sie CLAUDE.md unter ~500 Zeilen."
  • After: "Halten Sie CLAUDE.md unter 200 Zeilen."

All other non-English locales (JA, ZH, ES, etc.) have the same issue and should be corrected accordingly.

Impact

Medium - Makes feature difficult to understand

Additional Context

<img width="1050" height="460" alt="Image" src="https://github.com/user-attachments/assets/14ccbc78-8204-4ebf-848e-409203bc1bc4" /> <img width="986" height="427" alt="Image" src="https://github.com/user-attachments/assets/9de176c3-4535-4a87-b405-4efe2f6a3961" /> <img width="1005" height="528" alt="Image" src="https://github.com/user-attachments/assets/561b2e6e-7fe4-40f8-a6e0-fcb2b797547d" /> <img width="982" height="491" alt="Image" src="https://github.com/user-attachments/assets/ee954bf9-19c1-4c05-a6c3-db23286a2af0" />

extent analysis

TL;DR

Update the non-English translations of the documentation to reflect the correct CLAUDE.md line limit of 200 lines instead of 500 lines.

Guidance

  • Review and update the translations for all non-English locales (KO, FR, DE, JA, ZH, ES, etc.) on the affected pages (/docs/{lang}/features-overview and /docs/{lang}/costs) to ensure consistency with the English version.
  • Verify that the corrected translations are deployed and visible on the live documentation site.
  • Double-check other sections and pages for similar translation errors to prevent similar issues.
  • Consider implementing a process for regular review and validation of translations to catch discrepancies early.

Example

The corrected Korean translation for the "Understand how features load" section would be:

CLAUDE.md를 200줄 이하로 유지하세요.

Similarly, the corrected French translation would be:

Gardez CLAUDE.md sous 200 lignes.

Notes

The provided images do not seem to be directly relevant to the issue at hand, which is a translation error in the documentation. The focus should be on correcting the text to ensure accuracy and consistency across all locales.

Recommendation

Apply the workaround by updating the translations to reflect the correct line limit of 200 lines, as this is a straightforward fix that addresses the root cause of the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] CLAUDE.md line limit mistranslated as ~500 in all non-English locales (should be 200) [1 comments, 2 participants]