feat: finish new i18n translation format

This commit is contained in:
liyasthomas
2021-08-19 00:10:57 +05:30
parent ceb8bdf0fd
commit c1ce90dad0
66 changed files with 755 additions and 802 deletions

View File

@@ -24,13 +24,13 @@ export default {
yes: {
type: String,
default() {
return this.$t("yes")
return this.$t("action.yes")
},
},
no: {
type: String,
default() {
return this.$t("no")
return this.$t("action.no")
},
},
},