Skip to content

Commit

Permalink
update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ssysm committed Apr 4, 2018
1 parent 5233299 commit c54ce52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/app/view/partical/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
Language
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" (click)="selectLang('en-US')">English</a>
<a class="dropdown-item" (click)="selectLang('zh-CN')">简体中文</a>
<a class="dropdown-item" (click)="selectLang('ja-JP')">日本語</a>
<a class="dropdown-item" (click)="selectLang('en-us')">English</a>
<a class="dropdown-item" (click)="selectLang('zh-cn')">简体中文</a>
<a class="dropdown-item" (click)="selectLang('ja-jp')">日本語</a>
</div>
</div>
</div>
Expand Down

0 comments on commit c54ce52

Please sign in to comment.