Skip to content

Commit

Permalink
Set priority for ZH-TW
Browse files Browse the repository at this point in the history
  • Loading branch information
rockpicado committed Nov 22, 2023
1 parent f3b3d30 commit f7f5c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function getLanguage () {
index = i
}
}
return language || 'zh-CN'
return language || 'zh-TW'
}

export { getLanguage }

0 comments on commit f7f5c62

Please sign in to comment.