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
99edc586
Commit
99edc586
authored
Oct 21, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no longer used code
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
4719a9da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
weblate/trans/models/project.py
weblate/trans/models/project.py
+0
-18
No files found.
weblate/trans/models/project.py
View file @
99edc586
...
@@ -36,24 +36,6 @@ from weblate.trans.mixins import PercentMixin, URLMixin, PathMixin
...
@@ -36,24 +36,6 @@ from weblate.trans.mixins import PercentMixin, URLMixin, PathMixin
from
weblate.trans.util
import
get_site_url
from
weblate.trans.util
import
get_site_url
DEFAULT_COMMIT_MESSAGE
=
(
'Translated using Weblate (%(language_name)s)
\
n
\
n
'
'Currently translated at %(translated_percent)s%% '
'(%(translated)s of %(total)s strings)'
)
NEW_LANG_CHOICES
=
(
(
'contact'
,
ugettext_lazy
(
'Use contact form'
)),
(
'url'
,
ugettext_lazy
(
'Point to translation instructions URL'
)),
(
'add'
,
ugettext_lazy
(
'Automatically add language file'
)),
(
'none'
,
ugettext_lazy
(
'No adding of language'
)),
)
MERGE_CHOICES
=
(
(
'merge'
,
ugettext_lazy
(
'Merge'
)),
(
'rebase'
,
ugettext_lazy
(
'Rebase'
)),
)
class
ProjectManager
(
models
.
Manager
):
class
ProjectManager
(
models
.
Manager
):
def
all_acl
(
self
,
user
):
def
all_acl
(
self
,
user
):
"""
"""
...
...
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