You can contribute to the Portal translation at https://app.transifex.com///dashboard/
git checkout https://github.com/unicef/hope-control-manager.git
cd hope-control-manager
uv venv .venv
uv sync
./manage.py env --develop > .envrc # create initial development configuration
direnv allow . # enable enviroment
createdb hope_control_manager # create postgres database on localhost