From: Danilo M. Date: Tue, 21 Apr 2026 21:10:02 +0000 (+0200) Subject: feat: add topTags i18n keys for sidebar label X-Git-Tag: release_22042026-1342~32 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=afa8811106653a59444cad423da17ba2932030df;p=danix.xyz-2.git feat: add topTags i18n keys for sidebar label --- 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"