This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
+++
|
|
||||||
date = '2025-11-10T01:34:11-03:00'
|
|
||||||
draft = true
|
|
||||||
title = 'Hello'
|
|
||||||
+++
|
|
||||||
hello this is a test
|
|
||||||
@@ -14,3 +14,7 @@ defaultContentLanguageInSubdir = true
|
|||||||
[languages.pt]
|
[languages.pt]
|
||||||
languageName = "Português"
|
languageName = "Português"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
[params.homeInfoParams]
|
||||||
|
Title = "{{ i18n `homeTitle` }}"
|
||||||
|
Content = "{{ i18n `homeContent` }}"
|
||||||
|
|||||||
6
i18n/en.toml
Normal file
6
i18n/en.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[homeTitle]
|
||||||
|
other = "Hey, I'm Caio"
|
||||||
|
|
||||||
|
[homeContent]
|
||||||
|
other = "I build things, break them, and sometimes... write about it"
|
||||||
|
|
||||||
6
i18n/pt.toml
Normal file
6
i18n/pt.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[homeTitle]
|
||||||
|
other = "Oi, sou o Caio"
|
||||||
|
|
||||||
|
[homeContent]
|
||||||
|
other = "Construo coisas, quebro coisas, e algumas vezes, escrevo sobre isso"
|
||||||
|
|
||||||
Reference in New Issue
Block a user