Add i18n for "Applicable Model" in skin library

This commit is contained in:
gplane 2017-04-24 17:08:39 +08:00
parent 5c7b8bf6b2
commit 16ff93c32d

View File

@ -58,7 +58,13 @@
</tr>
<tr>
<td>{{ trans('skinlib.show.model') }}</td>
<td>{{ $texture->type }}</td>
<td>
@if ($texture->type == 'cape')
{{ trans('general.cape') }}
@else
{{ $texture->type }}
@endif
</td>
</tr>
<tr>
<td>Hash