From 3ec95503252645b87c625df10a8ac44d04563166 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:06:05 -0300 Subject: Bring files from personal blog --- layouts/i18n/pt.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 layouts/i18n/pt.toml (limited to 'layouts/i18n/pt.toml') diff --git a/layouts/i18n/pt.toml b/layouts/i18n/pt.toml new file mode 100644 index 0000000..d2f2548 --- /dev/null +++ b/layouts/i18n/pt.toml @@ -0,0 +1,26 @@ +[home] + other = '/' + +[posts] + other = '/posts' + +[other-lang] + other = "English 🇺🇸" + +[other-home] + other = "/en" + +[reply] + other = 'Resposta a ' + +[filter] + other = 'Filtrando para' + +[remove] + other = 'Remover filtro' + +[stone] + other = 'Feito de pedra' + +[stone-link] + other = '/posts/sites-de-pedra' \ No newline at end of file -- cgit v1.2.3