diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-08 17:39:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-08 17:39:29 +0200 |
| commit | a865dcbb69b0541ccdab941eede8c3005dfed9c7 (patch) | |
| tree | 7d9ceec5f417e859e5911f0e3dc593b7471326bc /i18n | |
| parent | 9d5f690b8f98c6e9cf7d54b7279c5097e7a1d3a4 (diff) | |
| download | danixxyz-theme-a865dcbb69b0541ccdab941eede8c3005dfed9c7.tar.gz danixxyz-theme-a865dcbb69b0541ccdab941eede8c3005dfed9c7.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 4 | ||||
| -rw-r--r-- | i18n/it.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
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" diff --git a/i18n/it.yaml b/i18n/it.yaml index ff3a80a..1e31ffc 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -187,3 +187,7 @@ callout_info: "Informazione" callout_warning: "Attenzione" callout_danger: "Pericolo" callout_success: "Successo" + +# Widget Grafico Contribuzioni +contrib_widget_label: "Attività di contribuzione nell'ultimo anno" +contrib_heading: "contribuzioni" |
