Skip to content

fix: restore French headings in function_list.md while keeping English anchor IDs (#2218) - #2222

Open
aditya226-sharma wants to merge 1 commit into
helm:mainfrom
aditya226-sharma:fix/french-headings
Open

fix: restore French headings in function_list.md while keeping English anchor IDs (#2218)#2222
aditya226-sharma wants to merge 1 commit into
helm:mainfrom
aditya226-sharma:fix/french-headings

Conversation

@aditya226-sharma

Copy link
Copy Markdown

Summary

Restores French section headings and TOC entries in the French localization of function_list.md while keeping the English anchor IDs.

Problem

PR #2216 added anchor IDs to headings but accidentally changed all 18 section headings and 18 TOC entries from French to English. The page body remained French, creating an inconsistent mix of English headings over French prose.

Changes

  • Restored all 18 TOC entries to French (e.g. 'String' -> 'Chaînes de caractères')
  • Restored all 18 section headings to French (e.g. 'String Functions' -> 'Chaînes de caractères')
  • Kept the {#english-id} anchors as-is for cross-referencing

Closes #2218

@TerryHowe

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

French function_list.md section headings were replaced with English text

2 participants