Add support of i18n with related patches and support "en" and "zh" locales for now

This commit is contained in:
Wu Cheng-Han 2016-08-19 11:49:24 +08:00
parent 87f4d05e8e
commit b9c59c454d
14 changed files with 400 additions and 147 deletions

View file

@ -329,6 +329,10 @@ input {
vertical-align: middle !important;
}
select {
color: black;
}
@media (max-width: 768px) {
span.ui-or {
display: block;