fix(i18n): wrap footer.builtWith with double quotes in Japanese translation

It's causing build error
This commit is contained in:
Jimmy Cai 2024-03-27 15:56:44 +01:00
parent 43e074364c
commit ff974fe3ab

View File

@ -64,7 +64,7 @@ search:
footer:
builtWith:
other: {{ .Generator }} で構築されています。
other: "{{ .Generator }} で構築されています。"
designedBy:
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。