From 16382825beb6f2f5b4fed7bb3729b09cf1713319 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Mon, 10 Nov 2025 04:00:10 -0300 Subject: [PATCH] add all languages planned to be supported --- hugo.toml | 36 ++++++++++++++++++++++++++++++------ i18n/en.toml | 6 ------ i18n/pt.toml | 6 ------ 3 files changed, 30 insertions(+), 18 deletions(-) delete mode 100644 i18n/en.toml delete mode 100644 i18n/pt.toml diff --git a/hugo.toml b/hugo.toml index e402ed5..d8e1d1c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,15 +10,39 @@ defaultContentLanguageInSubdir = true [languages.en] languageName = "English" weight = 1 + title = "Caio's Corner" + [languages.en.params.homeInfoParams] + Title = "Hey, I'm Caio." + Content = "I build things, break them, and write about both." [languages.pt] languageName = "Português" weight = 2 + title = "O Cantinho do Caio" + [languages.pt.params.homeInfoParams] + Title = "Oi, sou o Caio." + Content = "Construo coisas, quebro coisas e escrevo sobre isso." -[languages.en.params.homeInfoParams] - Title = "Hey, I'm Caio" - Content = "I build things, break them, and write about both" + [languages.es] + languageName = "Español" + weight = 3 + title = "El Rincón de Caio" + [languages.es.params.homeInfoParams] + Title = "Hola, soy Caio" + Content = "Construyo cosas, las rompo y escribo sobre ellas" -[languages.pt.params.homeInfoParams] - Title = "Oi, sou o Caio" - Content = "Construo coisas, quebro coisas e escrevo sobre isso" + [languages.jp] + languageName = "日本語" + weight = 4 + title = "カイオのコーナー" + [languages.jp.params.homeInfoParams] + Title = "やあ、カイオです" + Content = "物を作ったり壊したり、それについて書いたりします" + + [languages.fr] + languageName = "Français" + weight = 5 + title = "Le Coin de Caio" + [languages.fr.params.homeInfoParams] + Title = "Salut, je suis Caio." + Content = "Je construis des choses, je les casse et j’écris à leur sujet." diff --git a/i18n/en.toml b/i18n/en.toml deleted file mode 100644 index 93eb721..0000000 --- a/i18n/en.toml +++ /dev/null @@ -1,6 +0,0 @@ -[homeTitle] -other = "Hey, I'm Caio" - -[homeContent] -other = "I build things, break them, and sometimes... write about it" - diff --git a/i18n/pt.toml b/i18n/pt.toml deleted file mode 100644 index cdd5336..0000000 --- a/i18n/pt.toml +++ /dev/null @@ -1,6 +0,0 @@ -[homeTitle] -other = "Oi, sou o Caio" - -[homeContent] -other = "Construo coisas, quebro coisas, e algumas vezes, escrevo sobre isso" -