Add translations and support for fr
This commit is contained in:
parent
dd97a04af1
commit
9f48eb6245
3 changed files with 93 additions and 6 deletions
27
i18n/en.toml
27
i18n/en.toml
|
@ -1,21 +1,36 @@
|
|||
# Translations for English
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# Generic
|
||||
#
|
||||
[translations]
|
||||
other = "Translations"
|
||||
|
||||
[postAvailable]
|
||||
other = "Also available in"
|
||||
|
||||
|
||||
# 404.html
|
||||
#
|
||||
[notFound]
|
||||
other = "Oops, page not found…"
|
||||
[archives]
|
||||
other = "Archives"
|
||||
|
||||
[home]
|
||||
other = "Home"
|
||||
|
||||
[archives]
|
||||
other = "Archives"
|
||||
[notFound]
|
||||
other = "Oops, page not found…"
|
||||
|
||||
|
||||
# posts/single.html
|
||||
#
|
||||
[wordCount]
|
||||
other = "{{ .WordCount }} Words"
|
||||
[readingTime]
|
||||
one = "One minute"
|
||||
other = "{{ .Count }} minutes"
|
||||
|
||||
[tableOfContents]
|
||||
other = "Table of Contents"
|
||||
|
||||
[wordCount]
|
||||
one = "One Word"
|
||||
other = "{{ .Count }} Words"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue