forked from github/server
Gewicht von < 1 GE Objekten besser angezeigt. Rasseninfo aus richtigem folder gelesen. Issue: 574
This commit is contained in:
parent
68bb7d548b
commit
833b7024ea
|
@ -6133,4 +6133,24 @@
|
||||||
<text locale="en">brain boosts</text>
|
<text locale="en">brain boosts</text>
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
|
<string name="weight_per">
|
||||||
|
<text locale="de">GE je</text>
|
||||||
|
<text locale="en">stone per</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="weight_per_p">
|
||||||
|
<text locale="de">GE je</text>
|
||||||
|
<text locale="en">stones per</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="weight_unit">
|
||||||
|
<text locale="de">GE</text>
|
||||||
|
<text locale="en">stone</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<string name="weight_unit_p">
|
||||||
|
<text locale="de">GE</text>
|
||||||
|
<text locale="en">stones</text>
|
||||||
|
</string>
|
||||||
|
|
||||||
</strings>
|
</strings>
|
||||||
|
|
|
@ -282,8 +282,8 @@
|
||||||
<arg name="description" type="string"/>
|
<arg name="description" type="string"/>
|
||||||
<arg name="weight" type="int"/>
|
<arg name="weight" type="int"/>
|
||||||
</type>
|
</type>
|
||||||
<text locale="de">"$resource($item,1) ($int($weight) GE): $description"</text>
|
<text locale="de">"$resource($item,1) ($weight($weight)): $description"</text>
|
||||||
<text locale="en">"$resource($item,1) ($int($weight) st): $description"</text>
|
<text locale="en">"$resource($item,1) ($weight($weight)): $description"</text>
|
||||||
</message>
|
</message>
|
||||||
<message name="healall" section="events">
|
<message name="healall" section="events">
|
||||||
<type>
|
<type>
|
||||||
|
|
Loading…
Reference in New Issue