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:
parent
00f9f6bb76
commit
a044490ec3
12 changed files with 2031 additions and 466 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue