https://github.com/byceps/byceps
Tip revision: c0a831d99c16aaf5155bb9db2aff527b6ae9640d authored by Jochen Kupperschmidt on 29 January 2025, 00:11:07 UTC
Begin Mollie payment gateway integration
Begin Mollie payment gateway integration
Tip revision: c0a831d
justfile
_default:
@just --list
babel-extract:
uv run pybabel extract -F babel.cfg -k lazy_gettext -k lazy_ngettext -k lazy_pgettext -k lazy_npgettext -o messages.pot . && uv run pybabel update --ignore-pot-creation-date -i messages.pot -d byceps/translations
babel-init locale:
uv run pybabel init -i messages.pot -d byceps/translations -l {{locale}}
babel-compile:
uv run pybabel compile -d byceps/translations
