Commit 327b16e8 authored by Michal Čihař's avatar Michal Čihař

Fix another Armenian character

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1a7aefda
......@@ -145,7 +145,7 @@ class EndStopCheck(TargetCheck):
source, target, -1,
(
u'.', u'。', u'।', u'۔', u'։', u'·',
u'෴', u'។', ':', '՝', '?', '!', u'`',
u'෴', u'។', ':', u'՝', '?', '!', u'`',
)
)
if self.is_language(unit, ('hi', 'bn')):
......
......@@ -102,6 +102,7 @@ class EndStopCheckTest(CheckTestCase):
def test_armenian(self):
self.do_test(False, ('Text:', u'Text`', ''), 'hy')
self.do_test(False, (u'Text:', u'Text՝', ''), 'hy')
self.do_test(True, ('Text.', u'Text', ''), 'hy')
......
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