JavaScript error: Cannot read properties of undefined (reading 'endsWith') (https://git.liteyuki.icu/assets/js/index.js?v=1.23.3 @ 15:151791). Open browser console to see more details.
1
0
forked from bot/app

2 lines
89 B
Python
Raw Normal View History

2024-03-22 13:39:01 +08:00
def detect_lang(input_str: str) -> str:
return "zh-CN" if input_str == "zh" else "en"