Skip to content

Commit

Permalink
garden: add "garden i18n" command
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Aug 17, 2023
1 parent 46af72e commit 605cc00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ trees:
export DESTDIR="${DESTDIR}"
fi
${PIP} install --disable-pip-version-check $pip_root --prefix=${prefix} "$@" .
i18n: |
garden -vv pot
garden -vv po
po: |
for po in cola/i18n/*.po
do
Expand Down

0 comments on commit 605cc00

Please sign in to comment.