multi-language support through i18n

This commit is contained in:
Francesco Maida
2020-04-18 18:25:41 +02:00
parent de668f2349
commit e9193c9bc9
4 changed files with 41 additions and 7 deletions

17
i18n/en.toml Normal file
View File

@@ -0,0 +1,17 @@
[page]
other = "Page"
[of]
other = "of"
[newer]
other = "Newer"
[older]
other = "Older"
[noteworthy_theme]
other = "Noteworthy theme"
[built_with_hugo]
other = "Built with Hugo"

17
i18n/it.toml Normal file
View File

@@ -0,0 +1,17 @@
[page]
other = "Pagina"
[of]
other = "di"
[newer]
other = "Successivi"
[older]
other = "Precedenti"
[noteworthy_theme]
other = "Tema Noteworthy"
[built_with_hugo]
other = "Realizzato con Hugo"