mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
Add i18n for "Applicable Model" in skin library
This commit is contained in:
parent
5c7b8bf6b2
commit
16ff93c32d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user