Integration with our weblate instance for translations is enabled on this repo.
The base language for translations is en
.
The following components are added:
- parlasite -
defaults.json
,sitemap.json
- parlacards -
defaults.yaml
- parlacards - card specific
.yaml
files are automatically picked up when pushed to thedev
branch
When adding new translation keys/files only add them for en
. Weblate will create a PR when translations for other languages are created.
docker-compose up
Running docker compose will:
- start a
parlacards
dev server on port3000
- serve
parlasite
on port3066
- serve
parlassets
on port8080
If cards, static files (css, js, ...) or something doesn't load you may need to change evironment variables in docker-compose.yaml or parlasite/config/index.js with correct urls!
TODO: fix parlasite to not use config and move everything to environment variables that can be changed in docker-compose and/or k8s build files. This work is currently ongoing on branch dev-parlasite-esm