mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
adding swedish i18n file and adding target for social icons (#238)
* Adding target if statements * adding Tobias Lindberg to CONTRIBUTORS.md * adding swedish language i18n file
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
b00b75064d
commit
a980192fa7
24
i18n/se.toml
Normal file
24
i18n/se.toml
Normal file
@@ -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 <a href=\"{{ . }}\">startsidan</a>."
|
||||
|
||||
[powered_by]
|
||||
other = "Med hjälp av"
|
||||
Reference in New Issue
Block a user