11
In one of my git projects, the archive README.md
is in English, so I made another call README-pt.md
and a link to navigate between them, for example:
[Read this page in English](http....README.md)
[Leia esta página em português](http....README-pt.md)
But there is a way to do it dynamically, where it opens the right language according to who is accessing?
Have you tried getting the browser language with JS? I’m not sure how much HTML interpretation is accepted, not to mention unfounded that Jekyll treats Github Mds as flat text.
– Bruno Augusto