migrating from old theme name

This commit is contained in:
2020-05-22 00:23:23 +01:00
parent 3e761a81bc
commit fc10ac84c4
120 changed files with 9019 additions and 16 deletions

12
i18n/en.yaml Normal file
View File

@@ -0,0 +1,12 @@
# Single
wordCount:
one: "{{ .Count }} word"
other: "{{ .Count }} words"
readingTime:
one: "{{ .Count }} min read"
other: "{{ .Count }} mins read"
# Author
articles:
other: "Articles"

12
i18n/ja.yaml Normal file
View File

@@ -0,0 +1,12 @@
# Single
wordCount:
one: "{{ .Count }} letter"
other: "{{ .Count }} letters"
readingTime:
one: "{{ .Count }} min read"
other: "{{ .Count }} mins read"
# Author
articles:
other: "Articles"