diff --git a/src/components/demo/GithubLink/index.vue b/src/components/demo/GithubLink/index.vue
index f174b715..ad2d71d4 100644
--- a/src/components/demo/GithubLink/index.vue
+++ b/src/components/demo/GithubLink/index.vue
@@ -1,7 +1,9 @@
+
+
- View in Github
+ {{$t('label')}}
diff --git a/src/components/demo/GithubLink/lang.json b/src/components/demo/GithubLink/lang.json
new file mode 100644
index 00000000..b8ca977e
--- /dev/null
+++ b/src/components/demo/GithubLink/lang.json
@@ -0,0 +1,11 @@
+{
+ "cn": {
+ "label": "在 Github 查看"
+ },
+ "en": {
+ "label": "View in Github"
+ },
+ "ja": {
+ "label": "調べでGithub"
+ }
+}
\ No newline at end of file