mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(i18n): wrap footer.builtWith
with double quotes in Japanese translation (#991)
This commit is contained in:
parent
43e074364c
commit
f8466d94d2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ search:
|
|||
|
||||
footer:
|
||||
builtWith:
|
||||
other: {{ .Generator }} で構築されています。
|
||||
other: "{{ .Generator }} で構築されています。"
|
||||
|
||||
designedBy:
|
||||
other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|
||||
|
|
Loading…
Reference in a new issue