Localization

This commit is contained in:
Paul Schneider 2019-06-21 09:20:13 +01:00
commit 313ba449e7
29 changed files with 1140 additions and 65 deletions

View file

@ -177,7 +177,9 @@
]
},
"scripts": {
"prepublish": "make minify"
"prepublish": "make minify",
"prepare": "make prepare_code",
"postrestore": "make prepare_mvc_templates"
},
"embed": "Views/**/*.cshtml"
}