Skip to content

Commit

Permalink
Update cjk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huu4ontocord authored Mar 6, 2022
1 parent 21f7672 commit 097815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cjk.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def cjk_detect(texts):
return "th"
return None

def is_lang_cjk(lang):
def lang_is_cjk(lang):
return lang in {'zh', 'zh-classical', 'zh-min-nan', 'zh-yue', 'ko', 'ja', 'th'}

0 comments on commit 097815c

Please sign in to comment.