first pass at site
This commit is contained in:
parent
050f022624
commit
2a9b78f958
92 changed files with 61208 additions and 3 deletions
25
i18n/en.toml
Normal file
25
i18n/en.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[404_title]
|
||||
other = "404"
|
||||
[404_description]
|
||||
other = "Oops! Either you've found a bug{{ with .Site.Params.email }} (in which case, [please tell me](mailto:{{ . }})) {{ end }} or you're just making things up. This page doesn't exist!"
|
||||
[index_projects_allProjects]
|
||||
other = "All Projects"
|
||||
[index_blog_latestPosts]
|
||||
other = "Latest Post"
|
||||
[index_blog_allPosts]
|
||||
other = "All Posts"
|
||||
[index_blog_readMore]
|
||||
other = "Read more"
|
||||
[index_currentTime]
|
||||
other = "My current local time is"
|
||||
[nav_backToSection]
|
||||
other = "Back to {{ .Title }}"
|
||||
[nav_main]
|
||||
other = "main"
|
||||
[blog_readingTime]
|
||||
one = "{{ .Count }} minute read"
|
||||
other = "{{ .Count }} minutes read"
|
||||
[blog_shareThis]
|
||||
other = "Share this"
|
||||
[footer_text]
|
||||
other = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue