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

Even more strings to check

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d34a1146
......@@ -143,7 +143,10 @@ 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