diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-21 23:10:02 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-21 23:10:02 +0200 |
| commit | afa8811106653a59444cad423da17ba2932030df (patch) | |
| tree | bdc80017e12c22bc161c4d45a8a2d0878f08d902 | |
| parent | 88d46796cb84e81e1c502ccdf02ea22890e511d5 (diff) | |
| download | danixxyz-afa8811106653a59444cad423da17ba2932030df.tar.gz danixxyz-afa8811106653a59444cad423da17ba2932030df.zip | |
feat: add topTags i18n keys for sidebar label
| -rw-r--r-- | i18n/en.yaml | 1 | ||||
| -rw-r--r-- | i18n/it.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index ea264a7..6d27071 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -47,6 +47,7 @@ category: "Category" categories: "Categories" tag: "Tag" tags: "Tags" +topTags: "Top Tags" tagCloud: "Explore Topics" exploreTopics: "Browse by topic" relatedPosts: "Related articles" diff --git a/i18n/it.yaml b/i18n/it.yaml index 9cfa182..f28efb4 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -47,6 +47,7 @@ category: "Categoria" categories: "Categorie" tag: "Tag" tags: "Tag" +topTags: "Tag Principali" tagCloud: "Esplora gli argomenti" exploreTopics: "Sfoglia per argomento" relatedPosts: "Articoli correlati" |
