Begin translation and finish i18n system

This commit is contained in:
Restray
2022-04-02 21:08:55 +02:00
parent a3241516cb
commit 269250ef3d
13 changed files with 142 additions and 70 deletions

View File

@@ -12,12 +12,6 @@ const config = {
vite: {
optimizeDeps: {
exclude: ['svelte-kit-cookie-session']
},
server: {
fs: {
// Allow serving files from one level up to the project root
allow: ['../locales']
}
}
}
}