We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2a4db commit e4c8e99Copy full SHA for e4c8e99
docs/.vuepress/config.js
@@ -48,7 +48,27 @@ module.exports = {
48
[
49
require('../../src'),
50
{
51
- component: 'DemoBlock'
+ component: 'DemoBlock',
52
+ locales: [
53
+ {
54
+ "lang": "zh-CN",
55
+ "demo-block": {
56
+ "hide-text": "隐藏",
57
+ "show-text": "显示",
58
+ "copy-text": "复制",
59
+ "copy-success": "成功"
60
+ }
61
+ },
62
63
+ "lang": "en-US",
64
65
+ "hide-text": "Hide",
66
+ "show-text": "Expand",
67
+ "copy-text": "Copy",
68
+ "copy-success": "Successful"
69
70
71
+ ]
72
}
73
]
74
],
0 commit comments