lang.Merge
少于1分钟
将以下英文翻译为中文:
lang.Merge
https://gohugo.io/functions/lang.merge/
Merge missing translations from other languages.
语法
lang.Merge FROM TO
As an example:
| |
Will “fill in the gaps” in the current site with, from left to right, content from the French site, and lastly the English.
A more practical example is to fill in the missing translations from the other languages:
| |
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)