Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d34a1146
Commit
d34a1146
authored
Oct 15, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another tweaks for Armenian
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
3b247e4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
docs/changes.rst
docs/changes.rst
+1
-0
weblate/trans/checks/chars.py
weblate/trans/checks/chars.py
+2
-2
No files found.
docs/changes.rst
View file @
d34a1146
...
...
@@ -15,6 +15,7 @@ Released on ? 2015.
* Added support for generating translator credits.
* Added support for generating contributor stats.
* Site wide search can search only in one language.
* Improve quality checks for Armenian.
weblate 2.4
-----------
...
...
weblate/trans/checks/chars.py
View file @
d34a1146
...
...
@@ -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
...
...
@@ -244,7 +244,7 @@ class EndQuestionCheck(TargetCheck):
source
,
target
,
-
1
,
(
u'?'
,
u'՞'
)
(
u'?'
,
u'՞'
,
u'։'
)
)
return
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment