Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Balzer
a1dc061fd8 use plural for default weight units 2025-05-06 22:10:27 +02:00
Sven Balzer
5c598ee037 fix weight display in inventory 2025-05-06 22:07:36 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -336,7 +336,7 @@
</div>
<div></div>
<div class="center fas fa-sword" data-action="toggle_equipped" data-equipped="{{system.angelegt}}"></div>
<div class="center">{{this.system.gewicht}}</div>
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
<div class="center fas fa-trash" data-action="item-delete"></div>
</div>
{{/each}}
@ -362,7 +362,7 @@
</div>
<div></div>
<div class="center fas fa-shield-halved" data-action="toggle_equipped" data-equipped="{{system.angelegt}}"></div>
<div class="center">{{this.system.gewicht}}</div>
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
<div class="center fas fa-trash" data-action="item-delete"></div>
</div>
{{/each}}
@ -388,7 +388,7 @@
</div>
<div></div>
<div></div>
<div class="center">{{this.system.gewicht}}</div>
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
<div class="center fas fa-trash" data-action="item-delete"></div>
</div>
{{/each}}

View File

@ -39,9 +39,9 @@
"gran": "Gran",
"karat": "Karat",
"skrupel": "Skrupel",
"unze": "Unze",
"stein": "Stein",
"sack": "Sack",
"unze": "Unzen",
"stein": "Steine",
"sack": "Säcke",
"quader": "Quader"
},