Closed BeFreezy closed 6 years ago
forgot to add something, replace the following lines in /resources/views/life/player.twig
line 117 and 118
from:
<option value="1" {% if player.arrested %} selected {% endif %}>Yes</option>
<option value="0"{% if not player.arrested %} selected {% endif %}>No</option>
to:
<option value="1" {% if player.arrested %} selected {% endif %}>Ja</option>
<option value="0"{% if not player.arrested %} selected {% endif %}>Nein</option>
hit me up if there's something missing, should be about everything that I was able to translate.
Discord: BeFreezy#2868