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

This commit is contained in:
Jimmy Cai 2024-03-27 16:01:43 +01:00 committed by GitHub
parent 43e074364c
commit f8466d94d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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