migrating from old theme name
This commit is contained in:
12
i18n/en.yaml
Normal file
12
i18n/en.yaml
Normal 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
12
i18n/ja.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user