mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
fix(i18n): wrap footer.builtWith
with double quotes in Japanese translation
It's causing build error
This commit is contained in:
parent
43e074364c
commit
ff974fe3ab
@ -64,7 +64,7 @@ search:
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
other: {{ .Generator }} で構築されています。
|
||||
other: "{{ .Generator }} で構築されています。"
|
||||
|
||||
designedBy:
|
||||
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
||||
|
Loading…
Reference in New Issue
Block a user