mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
web: i18n system & navbar translations
dynamic page language and language dropdown!! finally!!
This commit is contained in:
@ -18,7 +18,8 @@ const config = {
|
||||
strict: true
|
||||
}),
|
||||
alias: {
|
||||
$components: 'src/components'
|
||||
$components: 'src/components',
|
||||
$i18n: 'i18n',
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user