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