From 83f8e2d332943dc140b23ed1f891f5506da514db Mon Sep 17 00:00:00 2001 From: Adriano Dal Pastro Date: Thu, 11 Jun 2026 13:07:14 +0000 Subject: [PATCH] docs: fix pybabel extract path in CLAUDE.md (babel.cfg lives in translations/) Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1160707..fade97d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -123,7 +123,7 @@ uv lock # rigenera uv.lock ### i18n (Traduzioni) ```bash # Estrai stringhe -cd src/frontend/flask_app && uv run pybabel extract -F babel.cfg -k _ -o translations/messages.pot . +cd src/frontend/flask_app && uv run pybabel extract -F translations/babel.cfg -k _ -o translations/messages.pot . # Aggiorna catalogo cd src/frontend/flask_app && uv run pybabel update -i translations/messages.pot -d translations