Skip to content

Commit

Permalink
feat(i18n): Italian translation (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocarrozzo committed Jul 29, 2021
1 parent 99c4c89 commit 910d93b
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/config.yaml
Expand Up @@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack
googleAnalytics:

# Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl, it
DefaultContentLanguage: en

permalinks:
Expand Down
69 changes: 69 additions & 0 deletions i18n/it.yaml
@@ -0,0 +1,69 @@
toggleMenu:
other: Toggle Menu

darkMode:
other: Dark Mode

list:
page:
one: "{{ .Count }} pagina"
other: "{{ .Count }} pagine"

section:
other: Sezione

subsection:
one: Sottosezione
other: Sottosezioni

article:
back:
other: Indietro

tableOfContents:
other: Indice

relatedContents:
other: Contenuti correlati

lastUpdatedOn:
other: Aggiornato il

readingTime:
one: "{{ .Count }} min per leggere"
other: "{{ .Count }} min per leggere"

notFound:
title:
other: Non trovato
subtitle:
other: Questa pagina non esiste.

widget:
archives:
title:
other: Archivi

more:
other: Di più

tagCloud:
title:
other: Tags

search:
title:
other: Cerca

placeholder:
other: Scrivi qualcosa...

resultTitle:
other: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"

footer:
builtWith:
other: Realizzato con {{ .Generator }}

designedBy:
other: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}

0 comments on commit 910d93b

Please sign in to comment.