aboutsummaryrefslogtreecommitdiff
path: root/layouts/i18n
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
commit2ba59f18db6d5767653e3cad20d9a28da5f9aa79 (patch)
treef3cf1e0f5f519f6a9524c47c165167998ec4fbfb /layouts/i18n
parent3ec95503252645b87c625df10a8ac44d04563166 (diff)
downloadhugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.gz
hugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.bz2
Reproduce lente.dev setup
Diffstat (limited to 'layouts/i18n')
-rw-r--r--layouts/i18n/en.toml26
-rw-r--r--layouts/i18n/pt.toml26
2 files changed, 0 insertions, 52 deletions
diff --git a/layouts/i18n/en.toml b/layouts/i18n/en.toml
deleted file mode 100644
index 708eb64..0000000
--- a/layouts/i18n/en.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-[home]
- other = '/en'
-
-[posts]
- other = '/en/posts'
-
-[other-lang]
- other = "Português 🇧🇷"
-
-[other-home]
- other = "/"
-
-[reply]
- other = 'Reply to '
-
-[filter]
- other = 'Filtering for'
-
-[remove]
- other = 'Remove filter'
-
-[stone]
- other = 'Made of stone'
-
-[stone-link]
- other = '/en/posts/stone-websites' \ No newline at end of file
diff --git a/layouts/i18n/pt.toml b/layouts/i18n/pt.toml
deleted file mode 100644
index d2f2548..0000000
--- a/layouts/i18n/pt.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-[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