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
a2e84d51
Commit
a2e84d51
authored
Oct 20, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing verbose descriptions for searches
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
ad476c8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
weblate/trans/views/edit.py
weblate/trans/views/edit.py
+4
-0
No files found.
weblate/trans/views/edit.py
View file @
a2e84d51
...
...
@@ -53,6 +53,10 @@ def get_filter_name(rqtype):
return
_
(
'Strings with suggestions'
)
elif
rqtype
==
'allchecks'
:
return
_
(
'Strings with any failing checks'
)
elif
rqtype
==
'sourcecomments'
:
return
_
(
'Strings with comments'
)
elif
rqtype
==
'targetcomments'
:
return
_
(
'Strings with comments'
)
elif
rqtype
in
CHECKS
:
return
CHECKS
[
rqtype
].
name
...
...
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