From a865dcbb69b0541ccdab941eede8c3005dfed9c7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 17:39:07 +0200 Subject: feat: add contribution graph widget Sidebar (/is pages, cellSize=8) and footer (sitewide, cellSize=6). Fetches /contributions.json, split-cell linear-gradient rendering (gitolite=green/accent2, github=purple/accent), opacity intensity levels, month labels, tooltip, i18n IT/EN. WCAG 2.1 AA compliant. Co-Authored-By: Claude Sonnet 4.6 --- i18n/en.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n/en.yaml') diff --git a/i18n/en.yaml b/i18n/en.yaml index c328748..5c67437 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -185,3 +185,7 @@ callout_info: "Info" callout_warning: "Warning" callout_danger: "Danger" callout_success: "Success" + +# Contribution Graph Widget +contrib_widget_label: "Contribution activity for the last year" +contrib_heading: "contributions" -- cgit v1.2.3