i18n updates

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-05-25 16:58:55 +02:00
parent 2d84545eb2
commit 6e59c2cb95
3 changed files with 47 additions and 7 deletions

View File

@@ -87,11 +87,6 @@ import RouteName from "../../router/name";
},
},
},
metaInfo() {
return {
title: this.$t("Follows") as string,
};
},
})
export default class Follows extends Vue {
RouteName = RouteName;