{% load i18n %} {% load translations %} {% if component.get_export_url %}
wlc commit; wlc lock
git remote add weblate {{ component.get_export_url }} ; git remote update weblate
git merge weblate/{{ component.branch }}
git rebase origin/{{ component.branch }}
git push origin {{ component.branch }}
wlc pull ; wlc unlock
{% trans "Check the FAQ for info on how to resolve this." %}