diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bab849f..de47216 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -49,3 +49,4 @@ - [Bobby Lindsey](https://bobbywlindsey.com) - [José Mª Escartín](https://github.com/jme52) - [John Schroeder](https://blog.schroedernet.software) +- [Tobias Lindberg](https://tobiaslindberg.com) diff --git a/i18n/se.toml b/i18n/se.toml new file mode 100644 index 0000000..e244c13 --- /dev/null +++ b/i18n/se.toml @@ -0,0 +1,24 @@ +[category] +other = "Kategori" + +[tag] +other = "Tagg" + +[series] +other = "Serie" + +[reading_time] +one = "Ein minut lästid" +other = "{{ .Count }} minuter lästid" + +[page_not_found] +other = "Sida hittades inte" + +[page_does_not_exist] +other = "Ursäkta, men denna sida existerar inte." + +[head_back] +other = "Här kan du komma tillbaka till startsidan." + +[powered_by] +other = "Med hjälp av" diff --git a/layouts/partials/home.html b/layouts/partials/home.html index 5b9ecd7..91a832a 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -10,13 +10,13 @@ {{ range sort .}} {{ if .icon }}
  • - +
  • {{ else }}
  • - {{ .name }} + {{ .name }}
  • {{ end }} {{ end }}