Skip to content

Commit a01bba0

Browse files
authored
feat(theme): add Japanese translation for "copied" label (#5106)
1 parent d7effff commit a01bba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/theme-default/styles/vars.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@
385385
:lang(zh) {
386386
--vp-code-copy-copied-text-content: '已复制';
387387
}
388+
:lang(ja) {
389+
--vp-code-copy-copied-text-content: 'コピー完了';
390+
}
388391

389392
/**
390393
* Component: Button

0 commit comments

Comments
 (0)