mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
Fix typo in fetch-translations.sh
This commit is contained in:
parent
140441feb6
commit
4203714d91
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ tx pull -a --minimum-perc=30
|
|||
# These things are only needed by translators (which they won't be seen by) and make the translation updates difficult to check
|
||||
find ../wagtail -iname *.po ! -iwholename */en/* -exec msgattrib --translated --no-fuzzy --no-obsolete --no-location -o {} {} \;
|
||||
|
||||
# Run makemessages on each app
|
||||
# Run compilemessages on each app
|
||||
for d in $(find ../wagtail -iname *.po | sed 's|\(.*\)/locale.*|\1|' | sort -u);
|
||||
do
|
||||
pushd $d
|
||||
|
|
|
|||
Loading…
Reference in a new issue