https://github.com/byceps/byceps
Tip revision: abd50e67257e9f853fc96d52d5e9544b460443c1 authored by Jan Korneffel on 22 January 2025, 00:11:02 UTC
Add API endpoint for Zammad to look up user details
Add API endpoint for Zammad to look up user details
Tip revision: abd50e6
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
