mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove template/ from i18n
This commit is contained in:
parent
7c1dc475b5
commit
fa56477205
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cd $topDir
|
|||
|
||||
all=all.files
|
||||
echo "Updating anki.pot..."
|
||||
for i in pylib/anki/{*.py,importing/*.py,template/*.py}; do
|
||||
for i in pylib/anki/{*.py,importing/*.py}; do
|
||||
echo $i >> $all
|
||||
done
|
||||
for i in qt/aqt/{*.py,forms/*.py}; do
|
||||
|
|
Loading…
Reference in a new issue