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
b69f57fe
Commit
b69f57fe
authored
Jul 14, 2015
by
Philipp Wolfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AngularJS: Renamed flag so it doesn't get truncated.
parent
91bcf961
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
weblate/trans/checks/angularjs.py
weblate/trans/checks/angularjs.py
+2
-2
No files found.
weblate/trans/checks/angularjs.py
View file @
b69f57fe
...
...
@@ -41,11 +41,11 @@ class AngularJSInterpolationCheck(TargetCheck):
'''
Check for AngularJS interpolation string
'''
check_id = '
angularjs_
interpolate
'
check_id = '
angularjs_
format
'
name = _('
AngularJS
interpolation
string
')
description = _('
AngularJS
interpolation
strings
do
not
match
source
')
severity = '
danger
'
flag = '
angularjs
-
interpolate
'
flag = '
angularjs
-
format
'
def check_single(self, source, target, unit, cache_slot):
# Verify unit is properly flagged
...
...
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