Skip to content

Add multilingual README support #16

Description

@Mohit-368

🌍 Feature Request: Multilingual README Support

Problem

Developers from non-English speaking countries often want to create
READMEs in their native language or in multiple languages. ReadmeForge
currently only supports English section labels and placeholder text.

What needs to be done

Add multilingual support that:

  • Adds a language selector dropdown to the UI
  • Translates all section labels, placeholders, and button text
  • Supports at least 5 languages initially: English, Hindi, Spanish,
    French, and Chinese
  • Stores language preference in localStorage
  • Does not affect the generated Markdown output structure

Acceptance Criteria

  • Language selector dropdown is visible in the UI
  • All UI text changes when language is switched
  • At least 5 languages are supported
  • Language preference persists on page refresh
  • Generated Markdown output is not broken by language change
  • No console errors

Resources

Difficulty

Hard — requires building a complete i18n system and managing translations
for all UI strings across multiple languages

Metadata

Metadata

Assignees

Labels

Level-310 pointsenhancementNew feature or requesthardComplex implementation needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions