diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 21:08:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 21:08:56 +0200 |
| commit | 8baed345eb1489f378db1a5e0768b25c7c25659a (patch) | |
| tree | bfd79897ef54bd66b1af617903e0cb88822fee13 /i18n | |
| parent | 78aec78d7c5977ee4367093b1fd6910e6c6b6cb4 (diff) | |
| download | danixxyz-theme-8baed345eb1489f378db1a5e0768b25c7c25659a.tar.gz danixxyz-theme-8baed345eb1489f378db1a5e0768b25c7c25659a.zip | |
feat: expand author widget to article stats (words, reading time, type)
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 2 | ||||
| -rw-r--r-- | i18n/it.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 23b7b6b..8e6a186 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -43,6 +43,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 8606ffa..76e5a54 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -43,6 +43,8 @@ updated: "Aggiornato" readingTime: "tempo di lettura" min: "min" author: "Autore" +words: "parole" +articleStats: "articolo" category: "Categoria" categories: "Categorie" tag: "Tag" |
