diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-05-25 03:37:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 19:37:36 +0000 |
commit | 395bb33e4c9712e570f597c3ca24a4c3c6acdaff (patch) | |
tree | 66a3f0ab0f962ce102fd345cd3dcf2d1b32f5a6c /build | |
parent | 63d5e762d8813881bd7449ac5c05ae95cc3a93eb (diff) | |
download | gitea-395bb33e4c9712e570f597c3ca24a4c3c6acdaff.tar.gz gitea-395bb33e4c9712e570f597c3ca24a4c3c6acdaff.zip |
Merge different languages for language stats (#24900)
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`
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions