Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to generate a README in my native language (e.g., Spanish or Japanese), but the boilerplate text ("Hi there 👋", "About Me", "Tech Stack") is hardcoded in English.
Describe the solution you'd like
Add internationalization support to the generator. Users can select an output language, and the standard headers and boilerplate text will be translated accordingly in the final markdown.
Describe alternatives you've considered
Manually editing the generated markdown to translate the headers, which defeats the purpose of an automated generator.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to generate a README in my native language (e.g., Spanish or Japanese), but the boilerplate text ("Hi there 👋", "About Me", "Tech Stack") is hardcoded in English.
Describe the solution you'd like
Add internationalization support to the generator. Users can select an output language, and the standard headers and boilerplate text will be translated accordingly in the final markdown.
Describe alternatives you've considered
Manually editing the generated markdown to translate the headers, which defeats the purpose of an automated generator.