Add translation for CHF/Month

This commit is contained in:
modulos 2017-05-29 18:00:21 +02:00
commit 796a56872c
3 changed files with 7 additions and 3 deletions

View file

@ -36,7 +36,7 @@
CORE: {{config.cpu|floatformat}},
RAM: {{config.memory|floatformat}} GB,
SSD: {{config.disk_size|floatformat}} GB,
PRICE: {{config.price|floatformat}} CHF/Month
PRICE: {{config.price|floatformat}} {% trans "CHF/Month" %}
</option>
{% endfor %}
</select>