Skip to content

Commit

Permalink
fix(options): fix language code
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 19, 2018
1 parent a9808a2 commit d86b5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options/OptLanguage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<label class="select-box">
<span class="select-label">{{ $t('opt:language') }}</span>
<select class="form-control" v-model="langCode">
<option value="zh_CN">简体中文</option>
<option value="zh_TW">繁體中文</option>
<option value="zh-CN">简体中文</option>
<option value="zh-TW">繁體中文</option>
<option value="en">English</option>
</select>
</label>
Expand Down

0 comments on commit d86b5c0

Please sign in to comment.