mirror of
https://github.com/ankitects/anki.git
synced 2025-11-15 00:57:13 -05:00
fix sync-git
This commit is contained in:
parent
63f08535e9
commit
e6c8794eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# upload changes to .pot
|
# upload changes to .pot
|
||||||
./update-po-template
|
./update-po-template
|
||||||
(cd po && git commit -m update; git push)
|
(cd po && git add desktop; git commit -m update; git push)
|
||||||
|
|
||||||
# upload changes to ftl templates
|
# upload changes to ftl templates
|
||||||
./update-ftl-templates
|
./update-ftl-templates
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue