ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.68k stars 375 forks source link

Add translations for project repository's various pages e.g. guides and frontpage #6628

Open zenseii opened 1 year ago

zenseii commented 1 year ago

Preliminary checks

Describe the problem requiring a solution

It would be nice if we could have translations of the main page, installation guide etc. in other languages than English, especially the most popular ones like Russian, Polish and French.

I've tried to look up if Github supports such a thing but I haven't found any solution so far. I figured if I create an issue maybe someone who knows more could chime in.

Describe the possible solution

Provide translations for the project's documentations.

Additional info

No response

ihhub commented 1 year ago

Hi @zenseii , I think we need to create a more sophisticated website to support this. Simple usage of MD files cannot cover this case. As in any modern website a user have a choice to select a language from a dropdown list or using buttons. Theoretically we can do this as well.

I suggest to start from readme files which are supplied for every package. These files can definitely be noticed by users.