diff --git a/README.md b/README.md
index 8cf7403b..c7e0047e 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
-
+
|
diff --git a/action.yml b/action.yml
index 6ba218c1..576d79bf 100644
--- a/action.yml
+++ b/action.yml
@@ -249,6 +249,12 @@ inputs:
description: Display threshold (percentage)
default:
+ plugin_languages_other:
+ description: >-
+ Group unknown, ignored and over-limit languages into a single "Other"
+ category
+ default:
+
plugin_languages_colors:
description: Custom languages colors
default:
diff --git a/source/plugins/languages/README.md b/source/plugins/languages/README.md
index 904c558c..3148478e 100644
--- a/source/plugins/languages/README.md
+++ b/source/plugins/languages/README.md
@@ -86,6 +86,19 @@
type: string
default: 0%
|
+
+
+ plugin_languages_other
|
+ Group unknown, ignored and over-limit languages into a single "Other" category
+If this option is enabled, "Other" category will not be subject to plugin_languages_threshold.
+It will be automatically hidden if empty.
+![]() |
+
+
+ ✨ On master/main
+type: boolean
+
+default: no
|
plugin_languages_colors
|