summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugo.toml4
-rw-r--r--i18n/en.yaml1
-rw-r--r--i18n/it.yaml1
3 files changed, 2 insertions, 4 deletions
diff --git a/hugo.toml b/hugo.toml
index fc3a89e..ad04ecb 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -77,7 +77,7 @@ enableEmoji = true
[[languages.it.menus.main]]
identifier = "gitrepo"
url = "https://git.danix.xyz/"
- name = "gitrepo"
+ name = "Progetti"
weight = 4
[languages.it.menus.main.params]
external = true
@@ -131,7 +131,7 @@ enableEmoji = true
[[languages.en.menus.main]]
identifier = "gitrepo"
url = "https://git.danix.xyz/"
- name = "gitrepo"
+ name = "Projects"
weight = 4
[languages.en.menus.main.params]
external = true
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 7e9e935..658c962 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -5,7 +5,6 @@ home: "Home"
articles: "Articles"
about: "About"
here: "Contact"
-gitrepo: "Projects"
repo: "Packages"
legal: "Privacy"
language: "Language"
diff --git a/i18n/it.yaml b/i18n/it.yaml
index dd925ad..402203a 100644
--- a/i18n/it.yaml
+++ b/i18n/it.yaml
@@ -5,7 +5,6 @@ home: "Home"
articles: "Articoli"
about: "Chi Sono"
here: "Contatti"
-gitrepo: "Progetti"
repo: "Pacchetti"
legal: "Privacy"
language: "Lingua"