gpt4 book ai didi

date - 雨果,如何设置日期语言

转载 作者:行者123 更新时间:2023-12-05 02:31:59 25 4
gpt4 key购买 nike

在 Hugo 的帮助下,我正在创建一个法语博客。目前我所有的日期都以英语(二月)显示,但我希望它们以法语(février)显示。如何设置语言?

我的 config.toml 看起来像这样:

baseURL = 'http://example.org/'
languageCode = 'fr-FR'
defaultContentLanguage = "fr"
defaultContentLang = "fr"
title = 'TITLE'
theme = "THEME"

我尝试将 languageCodedefaultContentLanguagedefaultContentLang 设置为 fr 但没有成功。

我不需要多语言支持,我只需要法语。

最佳答案

要使用本地化,您需要使用 Hugo 函数 time.Format(别名 dateFormat)。它有两个参数:

  • 所需格式
  • time.Time 对象,或时间戳

例子:

{{ time.Format "Jan. 2, 2006".Date }}

{{ dateFormat "Jan. 2, 2006".Date }}

文档:https://gohugo.io/functions/dateformat/

.Format 方法(例如 {{.Date.Format "Jan. 2, 2006}})不会应用所需的本地化。

关于date - 雨果,如何设置日期语言,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71387017/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com