Commit bd554ba5 authored by Michal Čihař's avatar Michal Čihař

Another char to check here

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 08cd0274
......@@ -143,7 +143,7 @@ class EndStopCheck(TargetCheck):
if self.is_language(unit, ('hy', )):
return self.check_chars(
source, target, -1,
(u'.', u'。', u'।', u'۔', u'։', u'·', u'෴', u'។', ':')
(u'.', u'。', u'।', u'۔', u'։', u'·', u'෴', u'។', ':'. '՝')
)
if self.is_language(unit, ('hi', 'bn')):
# Using | instead of । is not typographically correct, but
......
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