Qwq: There are problems with the common language statistics. #1747
Replies: 1 comment
-
The reason your SVG image shows only four languages instead of six is likely due to the plugin counting only the languages that have significant code presence in your repository. Most GitHub language stats and badges use percentage thresholds; if a language contributes a very small portion of the code, it may be omitted from the display. For example, if Java or other languages have less than a few percent of the total code, they might not appear in the badge. To enable the display of six or more languages:
Regarding supported languages: the plugin usually relies on GitHub's language detection, which supports a wide range of languages. A complete list can be found in GitHub Linguist's repository: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml This file lists all recognized programming languages and the rules for detecting them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my plugin configuration:
There are a lot of Java code and other language codes in all of my repositories. Why aren't they displayed in the SVG image?


According to the above configuration, it should have displayed six languages, but in the picture, only four languages (Python, C, CSS, Lisp) are shown.
Beta Was this translation helpful? Give feedback.
All reactions