Is it possible to add multiple README on a git repository? To write a french and a english file for example (README.fr.md
, README.en.md
).
(Of course, I know it's possible but it's not recognized by GitHub as a README.)
Is it possible to add multiple README on a git repository? To write a french and a english file for example (README.fr.md
, README.en.md
).
(Of course, I know it's possible but it's not recognized by GitHub as a README.)
Yes, you can add, but the default name of the base file should be README.md
, and later, add the URLs of different languages on the top of the README.md
file so that users can switch to other languages.
Also, make sure that you add the language switch option in each of the README file so that user can switch the language back to the default which is English(I assume)
Yeah. This is possible! Just add READMEs in other languages following thr W3C
language conventions.
README-fr.md
file, README-es
for Spanish, etc..REAMDE
You can check this ressource for more hints
© 2022 - 2025 — McMap. All rights reserved.