add i18n basic structure

This commit is contained in:
shaohaojiecoder
2020-02-09 17:54:57 +08:00
parent e336b31902
commit 4e0dc1282f
4 changed files with 20 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ export default {
upload: 'Upload'
},
tip: {
sourceCode: 'view on',
subscribed: 'Subscribed',
unsubscribed: 'Unsubscribed',
unfold: 'Unfold',

View File

@@ -32,6 +32,7 @@ export default {
upload: '上传'
},
tip: {
sourceCode: '源代码',
subscribed: '已订阅',
unsubscribed: '未订阅',
unfold: '展开',