Commit d2e54e09 authored by youjie's avatar youjie

no message

parent 8b4a98f2
...@@ -178,6 +178,7 @@ export function getLangs() { ...@@ -178,6 +178,7 @@ export function getLangs() {
langName:"English" langName:"English"
} }
let langs:SitLang[]=[] let langs:SitLang[]=[]
langs.push(zhTw,zhSw,enUs); // zhSw,enUs
langs.push(zhTw);
return langs return langs
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment