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
4f5605f4
Commit
4f5605f4
authored
Jan 22, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use implicit concatenation
parent
9eac3762
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
weblate/trans/checks/chars.py
weblate/trans/checks/chars.py
+3
-3
weblate/trans/checks/source.py
weblate/trans/checks/source.py
+1
-1
No files found.
weblate/trans/checks/chars.py
View file @
4f5605f4
...
...
@@ -124,7 +124,7 @@ class EndColonCheck(TargetCheck):
check_id
=
'end_colon'
name
=
_
(
'Trailing colon'
)
description
=
_
(
'Source and translation do not both end with a colon '
+
'Source and translation do not both end with a colon '
'or colon is not correctly spaced'
)
...
...
@@ -157,7 +157,7 @@ class EndQuestionCheck(TargetCheck):
check_id
=
'end_question'
name
=
_
(
'Trailing question'
)
description
=
_
(
'Source and translation do not both end with a question mark '
+
'Source and translation do not both end with a question mark '
'or it is not correctly spaced'
)
...
...
@@ -184,7 +184,7 @@ class EndExclamationCheck(TargetCheck):
check_id
=
'end_exclamation'
name
=
_
(
'Trailing exclamation'
)
description
=
_
(
'Source and translation do not both end with an exclamation mark '
+
'Source and translation do not both end with an exclamation mark '
'or it is not correctly spaced'
)
...
...
weblate/trans/checks/source.py
View file @
4f5605f4
...
...
@@ -49,7 +49,7 @@ class EllipsisCheck(SourceCheck):
check_id
=
'ellipsis'
name
=
_
(
'Ellipsis'
)
description
=
_
(
u'The string uses three dots (...) '
+
u'The string uses three dots (...) '
u'instead of an ellipsis character (…)'
)
...
...
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