Setting fo ri18n-ally, progress stepper on order page

This commit is contained in:
2024-09-12 18:38:56 +02:00
parent 8594763fa6
commit 39ce77ea63
12 changed files with 94 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
import { createI18n } from "vue-i18n";
import german from './../locales/german.json'
import english from './../locales/english.json'
import german from './../locales/de.json'
import english from './../locales/en.json'
type MessageSchema = typeof german