diff --git a/vue-app/src/locales/cn.json b/vue-app/src/locales/cn.json index cc0297bde..8509f93ea 100644 --- a/vue-app/src/locales/cn.json +++ b/vue-app/src/locales/cn.json @@ -518,6 +518,7 @@ "label6": "内容", "label7": "研究", "label8": "数据", + "label_education": "教育", "error5": "您需要选择一个类别", "label9": "问题空间", "p5": "解释您要解决的问题. 支持 Markdown。", @@ -1122,7 +1123,8 @@ "content": "内容", "research": "研究", "data": "数据", - "other": "其他" + "other": "其他", + "education": "教育" }, "timeleft": { "unit": { diff --git a/vue-app/src/locales/en.json b/vue-app/src/locales/en.json index d8dbabe7d..3e9da2116 100644 --- a/vue-app/src/locales/en.json +++ b/vue-app/src/locales/en.json @@ -518,6 +518,7 @@ "label6": "Content", "label7": "Research", "label8": "Data", + "label_education": "Education", "error5": "You need to choose a category", "label9": "Problem space", "p5": "Explain the problems you're trying to solve. Markdown supported.", @@ -1122,7 +1123,8 @@ "content": "Content", "data": "Data", "research": "Research", - "other": "Other" + "other": "Other", + "education": "Education" }, "timeleft": { "unit": { diff --git a/vue-app/src/locales/es.json b/vue-app/src/locales/es.json index c54dffda1..9ad2032f5 100644 --- a/vue-app/src/locales/es.json +++ b/vue-app/src/locales/es.json @@ -518,6 +518,7 @@ "label6": "Contenido", "label7": "Investigación", "label8": "Datos", + "label_education": "Educación", "error5": "Debes elegir una categoría", "label9": "Área problemática", "p5": "Explica los problemas que estás tratando de resolver. Soporte de Markdown.", @@ -1122,7 +1123,8 @@ "content": "Contenido", "data": "Datos", "research": "Investigación", - "other": "Otro" + "other": "Otro", + "education": "Educación" }, "timeleft": { "unit": { diff --git a/vue-app/src/views/JoinView.vue b/vue-app/src/views/JoinView.vue index 97193106b..930604e6d 100644 --- a/vue-app/src/views/JoinView.vue +++ b/vue-app/src/views/JoinView.vue @@ -142,6 +142,18 @@ }" /> + + ([]) const search = ref('') const isLoading = ref(true) -const categories = ref(['content', 'research', 'tooling', 'data']) +const categories = ref(['content', 'education', 'research', 'tooling', 'data']) const selectedCategories = ref([]) const roundAddress = ref('')