There was an error while loading. Please reload this page.
1 parent 7c925b2 commit e06937eCopy full SHA for e06937e
packages/devui-vue/docs/.vitepress/config/lang.ts
@@ -2,13 +2,15 @@ const lang = {
2
'/': {
3
'hide-text': '隐藏代码',
4
'show-text': '显示代码',
5
- 'copy-button-text': '复制代码片段'
+ 'copy-button-text': '复制代码片段',
6
+ 'copy-success-text': '复制成功',
7
},
8
'/en-US': {
9
'hide-text': 'Hide',
10
'show-text': 'Expand',
- 'copy-button-text': 'Copy'
11
- }
12
-}
+ 'copy-button-text': 'Copy',
+ 'copy-success-text': 'Copy Success',
13
+ },
14
+};
15
-export default lang
16
+export default lang;
0 commit comments