Skip to content

Commit

Permalink
chore: fix path for i18n script
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Oct 10, 2024
1 parent 57facfe commit e7edca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dev = [
"start" = "uvicorn src.app:app --host 0.0.0.0 --port 8000"
"check" = "ruff check"
"format" = "ruff format"
"i18n:update" = "pybabel update -w 120 -D messages -i 'srci18n/locales/messages.pot' -d 'src/i18n/locales'"
"i18n:update" = "pybabel update -w 120 -D messages -i 'src/i18n/locales/messages.pot' -d 'src/i18n/locales'"
"i18n:extract" = "pybabel extract -w 120 -F pyproject.toml -o 'src/i18n/locales/messages.pot' ."
"i18n:compile" = "pybabel compile -f -D messages -d 'src/i18n/locales' --statistics"

Expand Down

0 comments on commit e7edca9

Please sign in to comment.