提交 5fba02fd 编写于 作者: J Jinkai Ma

i18n for search type

上级 de1be341
......@@ -159,7 +159,7 @@
}),
computed: {
queryBy () {
return 'by ' + this.$t(this.items[this.selected].title)
return this.$t('by') + this.$t(this.items[this.selected].title)
},
hint () {
if (this.selected === 0) {
......
......@@ -462,7 +462,7 @@ export default {
},
computed: {
queryBy () {
return 'by ' + this.$t(this.items[this.selected].title)
return this.$t('by') + this.$t(this.items[this.selected].title)
}
},
watch: {
......
......@@ -442,7 +442,7 @@
},
computed: {
queryBy () {
return 'by ' + this.$t(this.items[this.selected].title)
return this.$t('by') + this.$t(this.items[this.selected].title)
}
},
watch: {
......
......@@ -429,7 +429,7 @@
},
computed: {
queryBy () {
return 'by ' + this.$t(this.items[this.selected].title)
return this.$t('by') + this.$t(this.items[this.selected].title)
}
},
watch: {
......
......@@ -437,7 +437,7 @@
},
computed: {
queryBy () {
return 'by ' + this.$t(this.items[this.selected].title)
return this.$t('by') + this.$t(this.items[this.selected].title)
}
},
watch: {
......
......@@ -418,7 +418,7 @@
},
computed: {
queryBy () {
return 'by ' + this.$t(this.items[this.selected].title)
return this.$t('by') + this.$t(this.items[this.selected].title)
}
},
watch: {
......
......@@ -99,5 +99,6 @@ export default {
metrics: 'Metrics will release later',
serviceTest: 'Service Test will release later',
serviceMock: 'Service Mock will release later'
}
},
by: 'by '
}
......@@ -99,5 +99,6 @@ export default {
metrics: 'Metrics会在后续版本中发布,敬请期待',
serviceTest: '服务测试会在后续版本中发布,敬请期待',
serviceMock: '服务Mock会在后续版本中发布,敬请期待'
}
},
by: ''
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册