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
8bf43787
Commit
8bf43787
authored
Jan 26, 2016
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix line spacing
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
53d3d4ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
weblate/trans/checks/base.py
weblate/trans/checks/base.py
+1
-1
weblate/trans/checks/format.py
weblate/trans/checks/format.py
+1
-0
No files found.
weblate/trans/checks/base.py
View file @
8bf43787
...
...
@@ -138,7 +138,6 @@ class Check(object):
'''
return
weblate
.
get_doc_url
(
'user/checks'
,
self
.
doc_id
)
def
check_highlight
(
self
,
source
,
unit
):
'''
Returns parts of the text that match to hightlight them
...
...
@@ -147,6 +146,7 @@ class Check(object):
'''
return
[]
class
TargetCheck
(
Check
):
'''
Basic class for target checks.
...
...
weblate/trans/checks/format.py
View file @
8bf43787
...
...
@@ -214,6 +214,7 @@ class BaseFormatCheck(TargetCheck):
ret
.
append
((
match
.
start
(),
match
.
end
(),
match
.
group
()))
return
ret
class
PythonFormatCheck
(
BaseFormatCheck
):
'''
Check for Python format string
...
...
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