Skip to content

Commit

Permalink
no western punctuation lint for jbo-EN
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 3, 2020
1 parent 7992653 commit 007c2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trans-lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def short_lang(lang):
def western_punctuation(lang):
return lang not in [
"zh-TW", "zh-CN", "hi-IN", "ja-JP", "bn-BD", "ar-SA", "th-TH", "ne-NP",
"ko-KR", "ur-PK", "hy-AM", "ml-IN", "ka-GE", "he-IL",
"ko-KR", "ur-PK", "hy-AM", "ml-IN", "ka-GE", "he-IL", "jbo-EN",
]


Expand Down

0 comments on commit 007c2da

Please sign in to comment.