meface/docs/.vuepress/theme/locales/en.js

12 lines
162 B
JavaScript
Raw Normal View History

2023-11-17 10:54:23 +08:00
export default {
homeBlog: {
article: 'Article',
tag: 'Tag',
category: 'Category',
friendLink: 'Friend Link'
},
tag: {
all: 'All'
}
}