From f250d9fba9e87e656c31ec4a5818746895ae2c09 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 28 Apr 2026 21:09:14 +0200 Subject: feat: add i18n keys for article stats widget, mark TODO items complete --- i18n/en.yaml | 2 ++ i18n/it.yaml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'i18n') diff --git a/i18n/en.yaml b/i18n/en.yaml index f464748..89b9b22 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -44,6 +44,8 @@ updated: "Updated" readingTime: "reading time" min: "min" author: "Author" +words: "words" +articleStats: "article" category: "Category" categories: "Categories" tag: "Tag" diff --git a/i18n/it.yaml b/i18n/it.yaml index 438eb8a..c1df1ad 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -44,6 +44,8 @@ updated: "Aggiornato" readingTime: "tempo di lettura" min: "min" author: "Autore" +words: "parole" +articleStats: "articolo" category: "Categoria" categories: "Categorie" tag: "Tag" -- cgit v1.2.3