We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb72b37 commit b76dac5Copy full SHA for b76dac5
views/manager/setting.tpl
@@ -48,7 +48,7 @@
48
<div class="form-group">
49
<label>{{i18n .Lang "mgr.language"}}</label>
50
<select name="language" class="form-control">
51
- {{$curLang := .language}}
+ {{$curLang := .Lang}}
52
{{range $langKey, $langName := .i18n_map }}
53
<option value="{{$langKey}}" {{if eq $langKey $curLang}}selected{{end}}>{{$langName}}</option>
54
{{end}}
0 commit comments