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 3cfe0febe1
commit 70c6f15a61
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',
}
}
};