From 445db5e693451bcc8ddcd04a331df49d20c5683d Mon Sep 17 00:00:00 2001 From: tadeubas Date: Thu, 12 Dec 2024 01:07:20 -0300 Subject: [PATCH] fix i18n-build poe task --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 829a81ca..f2e229ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ docs = "poetry run mkdocs serve" # translations tasks i18n = "python i18n/i18n.py" i18n-bake = "python i18n/i18n.py clean prettify bake" -format-translations = "black src/krux/translations.py" +format-translations = "black src/krux/translations/*.py" i18n-build = ["i18n-bake", "format-translations", "i18n validate"] # aliases translations.ref = "i18n-build"