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:
@@ -7,7 +7,7 @@
|
||||
"author": "Daniel Ledda",
|
||||
"scripts": {
|
||||
"build": "webpack --mode development",
|
||||
"postbuild": "rsync -avu --delete dist/ ../kadi_backend/dist/frontend/static",
|
||||
"postbuild": "rsync -avu --delete dist/ ../kadi_backend/static/frontend",
|
||||
"start": "webpack-dev-server --mode development",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user