Rename cn to zh for language

This commit is contained in:
Dane Everitt 2018-09-03 15:14:19 -07:00
parent 4d62e4c7b9
commit 368b9892e1
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
16 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@
<label for="language" class="control-label">@lang('base.account.language')</label>
<div>
<select name="language" id="language" class="form-control">
{{ debug($languages) }}
@foreach($languages as $key => $value)
<option value="{{ $key }}" {{ Auth::user()->language !== $key ?: 'selected' }}>{{ $value }}</option>
@endforeach