mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-15 10:57:28 -05:00
Migrate translations to yaml
This commit is contained in:
34
i18n/en.yaml
Normal file
34
i18n/en.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
credit_comment:
|
||||
other: "<!-- bobatheme is available under the MIT license at https://github.com/BBaoVanC/bobatheme. -->"
|
||||
|
||||
long_date:
|
||||
other: "{{ .Date.Format `January 2, 2006` }}"
|
||||
|
||||
wordcount:
|
||||
one: "{{ . }} word"
|
||||
other: "{{ . }} words"
|
||||
|
||||
readingtime:
|
||||
one: "{{ . }} min"
|
||||
other: "{{ . }} mins"
|
||||
|
||||
read_more:
|
||||
other: "Read more"
|
||||
|
||||
|
||||
browser_no_video_support:
|
||||
other: "Your browser does not support video."
|
||||
|
||||
|
||||
filtering_for:
|
||||
other: "Filtering for \"{{ . }}\""
|
||||
|
||||
no_posts:
|
||||
other: "No posts here!"
|
||||
|
||||
|
||||
table_of_contents:
|
||||
other: "Table of Contents"
|
||||
|
||||
see_also:
|
||||
other: "See also"
|
Reference in New Issue
Block a user