Add UK/US translation

This commit is contained in:
2024-09-10 07:20:55 +02:00
parent 580a2ccaba
commit 03b8779862
131 changed files with 964 additions and 547 deletions

View File

@@ -13,11 +13,11 @@
<div class="flexcol">
<span class="flexrow">
<label class="generic-label">Quantité : </label>
<label class="generic-label">{{localize "MNBL.quantity"}} : </label>
<input type="text" class="padd-right status-small-label color-class-common" name="system.quantite" value="{{data.quantite}}" data-dtype="Number" />
</span>
<span class="flexrow">
<label class="generic-label">Unité/Monnaie : </label>
<label class="generic-label">{{localize "MNBL.unit"}} : </label>
<input type="text" class="padd-right color-class-common" name="system.unite" value="{{data.unite}}" data-dtype="String" />
</span>