i18n: added footer translations
This commit is contained in:
parent
819c8ea0b4
commit
2b4f529404
@ -30,3 +30,9 @@
|
|||||||
|
|
||||||
[searchResultTitle]
|
[searchResultTitle]
|
||||||
other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||||
|
|
||||||
|
[footerBuiltWith]
|
||||||
|
other = "Built with"
|
||||||
|
|
||||||
|
[footerDesignedBy]
|
||||||
|
other = "designed by"
|
@ -30,3 +30,9 @@
|
|||||||
|
|
||||||
[searchResultTitle]
|
[searchResultTitle]
|
||||||
other = "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
other = "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
|
||||||
|
|
||||||
|
[footerBuiltWith]
|
||||||
|
other = "Généré avec"
|
||||||
|
|
||||||
|
[footerDesignedBy]
|
||||||
|
other = "conçu par"
|
@ -1,8 +1,8 @@
|
|||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<section class="copyright">© {{ now.Format "2006" }} {{ .Site.Title }}</section>
|
<section class="copyright">© {{ now.Format "2006" }} {{ .Site.Title }}</section>
|
||||||
<section class="powerby">
|
<section class="powerby">
|
||||||
Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
|
{{ T "footerBuiltWith" }} <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br />
|
||||||
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="1.1.0">Stack</a></b> designed by
|
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="1.1.0">Stack</a></b> {{ T "footerDesignedBy" }}
|
||||||
<a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
|
<a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>
|
||||||
</section>
|
</section>
|
||||||
</footer>
|
</footer>
|
Loading…
Reference in New Issue
Block a user