mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09: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`