Add redirect for zh

main
Jeff Moe 2024-01-09 10:54:12 -07:00
parent 6ca00dd54b
commit 7008a295f8
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
case 'en': case 'en':
path = '/en/'; path = '/en/';
break; break;
case 'zh':
path = '/zh/';
break;
} }
window.location.href = path; window.location.href = path;