diff --git a/README.md b/README.md
index 8cf7403bb59..c7e0047e1fb 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 6ba218c15c1..576d79bffc6 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 904c558cffc..3148478ea1b 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
|