cambios
This commit is contained in:
@ -5,5 +5,12 @@ export default {
|
||||
impressum: 'Impressum',
|
||||
dataprotection: 'Data protection',
|
||||
agb: 'AGB'
|
||||
}
|
||||
},
|
||||
menu: {
|
||||
home: 'Home',
|
||||
about: 'About',
|
||||
products: 'Products',
|
||||
social: 'Social',
|
||||
contact: 'Contact'
|
||||
},
|
||||
}
|
@ -5,7 +5,7 @@ import de from "./de";
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: 'es',
|
||||
fallbackLocale: 'en',
|
||||
fallbackLocale: 'es',
|
||||
messages: {
|
||||
es,
|
||||
en,
|
||||
|
Reference in New Issue
Block a user