web: i18n system & navbar translations

dynamic page language and language dropdown!! finally!!
This commit is contained in:
wukko
2024-07-03 00:16:03 +06:00
parent d11874e57f
commit 9939f3b172
19 changed files with 229 additions and 37 deletions

View File

@ -18,7 +18,8 @@ const config = {
strict: true
}),
alias: {
$components: 'src/components'
$components: 'src/components',
$i18n: 'i18n',
}
}
};