feat(theme): add Japanese translation for "copied" label (#5106)

pull/5108/head
Tatsunori Uchino 8 months ago committed by GitHub
parent d7effffdbb
commit a01bba0cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -385,6 +385,9 @@
:lang(zh) { :lang(zh) {
--vp-code-copy-copied-text-content: '已复制'; --vp-code-copy-copied-text-content: '已复制';
} }
:lang(ja) {
--vp-code-copy-copied-text-content: 'コピー完了';
}
/** /**
* Component: Button * Component: Button

Loading…
Cancel
Save