humanize
少于1分钟
将以下英文翻译为中文:
humanize
https://gohugo.io/functions/humanize/
Returns the humanized version of an argument with the first letter capitalized.
语法
humanize INPUT
If the input is either an int64 value or the string representation of an integer, humanize returns the number with the proper ordinal appended.
| |
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)