Closed
Description
For those international open source repositories, they may have multiple READMEs for different languages. So that if gitea could display the related README according user setting or web browser's setting, that's good.
For example, assume there are README.md
and README_ZH.md
on the repository root.
When the repository's has enabled multiple languages README.
When a Chinese user view the repository's home page, it will display README_ZH.md
, others will display README.md
.
Of course, someone may always want to see the default REAME.md
(me :)), so this could be changed by user's setting.