Initial i18n localization
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
</td>
|
||||
<td class="p-2 py-3 text-right">
|
||||
<span class="badge">
|
||||
<%= job.costum_qm_plan.round(2) %> m²
|
||||
<%= number_with_delimiter job.costum_qm_plan.round(2) %> m²
|
||||
</span>
|
||||
</td>
|
||||
<td class="w-24 p-2 py-3 text-right">
|
||||
<span class="badge">
|
||||
<%= job.cost %> €
|
||||
<%= number_to_currency job.cost, locale: :de %>
|
||||
</span>
|
||||
</td>
|
||||
<td class="p-2 py-3">
|
||||
|
||||
Reference in New Issue
Block a user