Add i18n to hosting/order

With this commit most work for i18n of the order page is done. However
django errors, e.g. 'this field is required', aren't transalted yet.
This commit is contained in:
modulos 2017-05-26 17:02:22 +02:00
commit a044490ec3
12 changed files with 2031 additions and 466 deletions

View file

@ -161,7 +161,7 @@
{% trans "Terminate your Virtual Machine"%}
</div>
<div class="modal-body">
{% trans "Are you sure do you want to cancel your Virtual Machine "%} {{virtual_machine.name}} {% trans "plan?"%}
{% trans "Are you sure do you want to cancel your Virtual Machine "%} {{virtual_machine.name}} ?
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{% trans "Cancel"%}</button>