[Feature request] Add "Other" to top-lang card
Describe the solution you'd like
An option for the Language Card that specifically allows showing an "Other" percentage when limiting the amount of languages shown via langs_count. Additionally, it may be useful for it to be the 10th "language" when someone has used more than 10 languages in their GitHub account.
Describe alternatives you've considered There's really no alternative within the current functionality for the top-lang card.
Additional context Add any other context or screenshots about the feature request here.
Hey I would like to implement this
I will have to modify this function right ? https://github.com/anuraghazra/github-readme-stats/blob/master/src/cards/top-languages-card.js#L205
@RedHeadphone Great that you found an issue you can work on for this year's Hacktoberfest! 🎉 You are correct. If we want to sum up the remaining languages, we should change the filter function and return an "other" object.