e605649a9b
- uses ngx-translate - extracts all strings marked with " XXX | translate " or <X translate> using ngx-translate-extract (npm run extract) - custom translation loader prevents empty strings - default language is english - will try to use the browsers language, will fallback to english - functional language switching menu - not compatible with current PO files - current JSON-translation can be re-used |
||
---|---|---|
.. | ||
e2e | ||
src | ||
.editorconfig | ||
.prettierrc | ||
angular.json | ||
package-lock.json | ||
package.json | ||
proxy.conf.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
OpenSlides 3 Client
Prototype application for OpenSlides 3.0 (Client)
Development server
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
A running OpenSlides (2.2) instance is expected on port 8000.
Start OpenSlides as usual using
python manage.py start --no-browser --host 0.0.0.0