21

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.)

naXa stands with Ukraine
  • 35,493
  • 19
  • 190
  • 259
IT-bob
  • 316
  • 1
  • 2
  • 8
  • What's the end result you want to achieve with this? GitHub will still parse the Markdown and render it properly, if that's your concern. – user247702 Nov 23 '17 at 14:32
  • 1
    It seems like it would be easy to just try this and see what happens... – whodini9 Nov 23 '17 at 14:34
  • @Stijn I want the visitor to be able to change easily between files, but on the main repo page. – IT-bob Nov 23 '17 at 15:46
  • @user247702 he wants to see different file say readme1.md or readme2.md files, to just like how REAMME.md file looks at bootom after scroll repo page – Ashish Kamble May 12 '20 at 08:15

1 Answers1

19

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)

Mr. Alien
  • 153,751
  • 34
  • 298
  • 278