Skip to content

Commit 7427662

Browse files
committed
Fixed syntax error in Chinese (Simplified) translations
1 parent e297c8c commit 7427662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/languages/zh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Translations: Chinese (Simplified) -->
2424
{% macro t(key) %}{{ {
2525
"language": "zh",
26-
"announce.dismiss": "不再显示此消息"
26+
"announce.dismiss": "不再显示此消息",
2727
"clipboard.copy": "复制",
2828
"clipboard.copied": "已复制",
2929
"consent.accept": "同意",

0 commit comments

Comments
 (0)