mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 13:44:27 +00:00
395bb33e4c
Fix #24896 If users set different languages by `linguist-language`, the `stats` map could be: `java: 100, Java: 200`. Language stats are stored as case-insensitive in database and there is a unique key. So, the different language names should be merged to one unique name: `Java: 300`