i18n: update i18n string format (#371)
This commit is contained in:
30
i18n/en.toml
30
i18n/en.toml
@@ -16,7 +16,7 @@ other = "Posts"
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "All %s"
|
||||
other = "All {{ .Some }}"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
@@ -46,10 +46,7 @@ other = "Switch Theme"
|
||||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "Powered by %s"
|
||||
|
||||
[theme]
|
||||
other = "Theme"
|
||||
other = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
@@ -104,17 +101,19 @@ other = "Share on"
|
||||
[contents]
|
||||
other = "Contents"
|
||||
|
||||
[publish]
|
||||
other = "published on"
|
||||
[publishedOnDate]
|
||||
other = "published on {{ .Date }}"
|
||||
|
||||
[included]
|
||||
other = "included in"
|
||||
[includedInCategories]
|
||||
other = "included in {{ .Categories }}"
|
||||
|
||||
[wordCount]
|
||||
other = "about {{ .Count }} words"
|
||||
one = "One word"
|
||||
other = "{{ .Count }} words"
|
||||
|
||||
[readingTime]
|
||||
other = "{{ .Count }} min"
|
||||
one = "One minute"
|
||||
other = "{{ .Count }} minutes"
|
||||
|
||||
[views]
|
||||
other = "views"
|
||||
@@ -122,13 +121,10 @@ other = "views"
|
||||
[author]
|
||||
other = "Author"
|
||||
|
||||
[lastMod]
|
||||
other = "The article was updated on %s"
|
||||
[updatedOnDate]
|
||||
other = "Updated on {{ .Date }}"
|
||||
|
||||
[license]
|
||||
other = "Published under the %s license"
|
||||
|
||||
[seeMarkdown]
|
||||
[readMarkdown]
|
||||
other = "Read Markdown"
|
||||
|
||||
[back]
|
||||
|
||||
Reference in New Issue
Block a user