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