Compare commits

..

No commits in common. "a1dc061fd8b975005add8e22c687d47672ceda25" and "1080597a2472c2f6cdc681b8aa0d74bd2d871aec" have entirely different histories.

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.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
<div class="center">{{this.system.gewicht}}</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.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
<div class="center">{{this.system.gewicht}}</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.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
<div class="center">{{this.system.gewicht}}</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": "Unzen",
"stein": "Steine",
"sack": "Säcke",
"unze": "Unze",
"stein": "Stein",
"sack": "Sack",
"quader": "Quader"
},