mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 12:15:21 +00: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