diff options
Diffstat (limited to 'layouts/i18n')
-rw-r--r-- | layouts/i18n/en.toml | 26 | ||||
-rw-r--r-- | layouts/i18n/pt.toml | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/layouts/i18n/en.toml b/layouts/i18n/en.toml new file mode 100644 index 0000000..708eb64 --- /dev/null +++ b/layouts/i18n/en.toml @@ -0,0 +1,26 @@ +[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 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 |