refactor: added translations

This commit is contained in:
2025-07-01 18:17:39 +02:00
parent e298a17ab7
commit 8538072a60
10 changed files with 229 additions and 56 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useStore } from '../store/store';
export default defineComponent({
setup() {
return {
store: useStore()
store: useStore(),
};
},