make last updated date format translatable

This commit is contained in:
rinsuki 2020-01-04 20:01:48 +09:00
parent ee64593ea9
commit 7af27035d0
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ other = "Improve this page"
[lastUpdated]
other = "Last updated"
[lastUpdatedDateFormat]
other = "{{ .Format \"January 2, 2006\" }}"
[joinTitle]
other = "Join the social media revolution"

View File

@ -11,7 +11,7 @@
{{ .Content }}
<p style="color: #687590;">
{{ i18n "lastUpdated" }} {{ .Lastmod.Format "January 2, 2006" }}{{ with .File }} · <a href='https://source.joinmastodon.org/mastodon/docs/tree/master/content/{{ .Lang }}/{{ .Path }}' style="color: #687590;">{{ i18n "improvePage" }}{{ end }}</a>
{{ i18n "lastUpdated" }} {{ i18n "lastUpdatedDateFormat" .Lastmod }}{{ with .File }} · <a href='https://source.joinmastodon.org/mastodon/docs/tree/master/content/{{ .Lang }}/{{ .Path }}' style="color: #687590;">{{ i18n "improvePage" }}{{ end }}</a>
{{ if .IsTranslated }}
<br />