This commit is contained in:
José Conde
2023-06-14 20:26:42 +02:00
parent cc458a43db
commit 8dcc575699
17 changed files with 527 additions and 26 deletions

View File

@ -5,5 +5,12 @@ export default {
impressum: 'Impressum',
dataprotection: 'Data protection',
agb: 'AGB'
}
},
menu: {
home: 'Home',
about: 'About',
products: 'Products',
social: 'Social',
contact: 'Contact'
},
}

View File

@ -5,7 +5,7 @@ import de from "./de";
const i18n = createI18n({
locale: 'es',
fallbackLocale: 'en',
fallbackLocale: 'es',
messages: {
es,
en,