Put all user information (including locale) into a user context. Language can be changed, all pages access the user context now. Translated some stuff.
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
resolve: { extensions: [".tsx", ".ts", ".js", "*"] },
|
||||
output: {
|
||||
path: path.resolve(__dirname, "dist/"),
|
||||
publicPath: "/kadi/static/",
|
||||
publicPath: "/kadi/static/frontend/",
|
||||
filename: "bundle.js"
|
||||
},
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user