fix(i18n): wrap footer.builtWith
with double quotes in Japanese translation (#991)
This commit is contained in:
parent
43e074364c
commit
f8466d94d2
@ -64,7 +64,7 @@ search:
|
|||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: {{ .Generator }} で構築されています。
|
other: "{{ .Generator }} で構築されています。"
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
||||||
|
Loading…
Reference in New Issue
Block a user