Commit 0959dbe9 authored by Michal Čihař's avatar Michal Čihař

| can be used for bn as well as full stop

parent 5cf631a0
......@@ -132,7 +132,7 @@ class EndStopCheck(TargetCheck):
return self.check_chars(
source, target, -1, [u';', u':', u':', u'.', u'。']
)
if self.is_language(unit, ['hi']):
if self.is_language(unit, ['hi', 'bn']):
# Using | instead of । is not typographically correct, but
# seems to be quite usual
return self.check_chars(
......
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