$ ninja biz.zaxo.Markets-pot
$ ninja biz.zaxo.Markets-update-po
$ LC_ALL=pl_PL.utf8 markets
-
Create and activate the virutal enviorment for Python3.
-
Install the Weblate command.
pip install wlc
-
Configure the Webplate command in
~/.config/weblate
-
Commit all pending changes in Weblate and lock the translation component.
wlc commit; wlc lock
-
Add Weblate exported repository as a remote.
git remote add weblate https://hosted.weblate.org/git/markets/markets/ ; git remote update weblate
-
Merge Weblate changes and resolve any conflicts.
git merge weblate/master
-
Update
./po/LINGUAS
if needed. -
Push changes into upstream repository.
git push origin master
-
Weblate should now be able to see updated repository and you can unlock it.
wlc pull ; wlc unlock