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
499efb24
Commit
499efb24
authored
Jan 10, 2013
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
03237957
ace5c8c5
Changes
61
Show whitespace changes
Inline
Side-by-side
Showing
61 changed files
with
61 additions
and
61 deletions
+61
-61
README.md
README.md
+1
-1
docs/changes.rst
docs/changes.rst
+1
-1
docs/conf.py
docs/conf.py
+1
-1
docs/license.rst
docs/license.rst
+1
-1
manage.py
manage.py
+1
-1
scripts/set-version
scripts/set-version
+1
-1
weblate/__init__.py
weblate/__init__.py
+1
-1
weblate/accounts/admin.py
weblate/accounts/admin.py
+1
-1
weblate/accounts/forms.py
weblate/accounts/forms.py
+1
-1
weblate/accounts/i18n.py
weblate/accounts/i18n.py
+1
-1
weblate/accounts/management/commands/createadmin.py
weblate/accounts/management/commands/createadmin.py
+1
-1
weblate/accounts/management/commands/setupgroups.py
weblate/accounts/management/commands/setupgroups.py
+1
-1
weblate/accounts/middleware.py
weblate/accounts/middleware.py
+1
-1
weblate/accounts/migrations/0001_initial.py
weblate/accounts/migrations/0001_initial.py
+1
-1
weblate/accounts/migrations/0002_subscriptions.py
weblate/accounts/migrations/0002_subscriptions.py
+1
-1
weblate/accounts/models.py
weblate/accounts/models.py
+1
-1
weblate/accounts/views.py
weblate/accounts/views.py
+1
-1
weblate/lang/admin.py
weblate/lang/admin.py
+1
-1
weblate/lang/i18n.py
weblate/lang/i18n.py
+1
-1
weblate/lang/management/commands/setuplang.py
weblate/lang/management/commands/setuplang.py
+1
-1
weblate/lang/migrations/0001_initial.py
weblate/lang/migrations/0001_initial.py
+1
-1
weblate/lang/models.py
weblate/lang/models.py
+1
-1
weblate/lang/views.py
weblate/lang/views.py
+1
-1
weblate/settings_example.py
weblate/settings_example.py
+1
-1
weblate/trans/__init__.py
weblate/trans/__init__.py
+1
-1
weblate/trans/admin.py
weblate/trans/admin.py
+1
-1
weblate/trans/admin_views.py
weblate/trans/admin_views.py
+1
-1
weblate/trans/api.py
weblate/trans/api.py
+1
-1
weblate/trans/checks.py
weblate/trans/checks.py
+1
-1
weblate/trans/context_processors.py
weblate/trans/context_processors.py
+1
-1
weblate/trans/feeds.py
weblate/trans/feeds.py
+1
-1
weblate/trans/forms.py
weblate/trans/forms.py
+1
-1
weblate/trans/management/commands/__init__.py
weblate/trans/management/commands/__init__.py
+1
-1
weblate/trans/management/commands/checkgit.py
weblate/trans/management/commands/checkgit.py
+1
-1
weblate/trans/management/commands/cleanuptrans.py
weblate/trans/management/commands/cleanuptrans.py
+1
-1
weblate/trans/management/commands/commitgit.py
weblate/trans/management/commands/commitgit.py
+1
-1
weblate/trans/management/commands/import_project.py
weblate/trans/management/commands/import_project.py
+1
-1
weblate/trans/management/commands/loadpo.py
weblate/trans/management/commands/loadpo.py
+1
-1
weblate/trans/management/commands/rebuild_index.py
weblate/trans/management/commands/rebuild_index.py
+1
-1
weblate/trans/management/commands/update_index.py
weblate/trans/management/commands/update_index.py
+1
-1
weblate/trans/management/commands/updatechecks.py
weblate/trans/management/commands/updatechecks.py
+1
-1
weblate/trans/management/commands/updategit.py
weblate/trans/management/commands/updategit.py
+1
-1
weblate/trans/managers.py
weblate/trans/managers.py
+1
-1
weblate/trans/migrations/0001_initial.py
weblate/trans/migrations/0001_initial.py
+1
-1
weblate/trans/migrations/0002_add_subproject_locking.py
weblate/trans/migrations/0002_add_subproject_locking.py
+1
-1
weblate/trans/migrations/0003_add_translation_disabling.py
weblate/trans/migrations/0003_add_translation_disabling.py
+1
-1
weblate/trans/migrations/0004_add_new_language_choice.py
weblate/trans/migrations/0004_add_new_language_choice.py
+1
-1
weblate/trans/migrations/0005_add_vcs_config_to_project.py
weblate/trans/migrations/0005_add_vcs_config_to_project.py
+1
-1
weblate/trans/migrations/0006_add_push_on_commit.py
weblate/trans/migrations/0006_add_push_on_commit.py
+1
-1
weblate/trans/migrations/0007_add_language_code.py
weblate/trans/migrations/0007_add_language_code.py
+1
-1
weblate/trans/migrations/0008_add_translation_locking.py
weblate/trans/migrations/0008_add_translation_locking.py
+1
-1
weblate/trans/migrations/0009_add_set_translation_team.py
weblate/trans/migrations/0009_add_set_translation_team.py
+1
-1
weblate/trans/models.py
weblate/trans/models.py
+1
-1
weblate/trans/search.py
weblate/trans/search.py
+1
-1
weblate/trans/templatetags/translations.py
weblate/trans/templatetags/translations.py
+1
-1
weblate/trans/tests/test_checks.py
weblate/trans/tests/test_checks.py
+1
-1
weblate/trans/util.py
weblate/trans/util.py
+1
-1
weblate/trans/views.py
weblate/trans/views.py
+1
-1
weblate/trans/widgets.py
weblate/trans/widgets.py
+1
-1
weblate/urls.py
weblate/urls.py
+1
-1
weblate/wsgi.py
weblate/wsgi.py
+1
-1
No files found.
README.md
View file @
499efb24
...
...
@@ -38,7 +38,7 @@ Please report bugs to https://github.com/nijel/weblate/issues.
## License
Copyright (C) 2012 Michal Čihař michal@cihar.com
Copyright (C) 2012
- 2013
Michal Čihař michal@cihar.com
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
...
...
docs/changes.rst
View file @
499efb24
...
...
@@ -4,7 +4,7 @@ Changes
weblate 1.4
-----------
Relased on ? 201
2
.
Relased on ? 201
3
.
* Fixed deleting of checks/comments on unit deletion.
* Added option to disable automatic propagation of translations.
...
...
docs/conf.py
View file @
499efb24
...
...
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project
=
u'Weblate'
copyright
=
u'2012, Michal Čihař'
copyright
=
u'2012
- 2013
, Michal Čihař'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
docs/license.rst
View file @
499efb24
License
-------
Copyright (C) 2012 Michal Čihař <michal@cihar.com>
Copyright (C) 2012
- 2013
Michal Čihař <michal@cihar.com>
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
...
...
manage.py
View file @
499efb24
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
scripts/set-version
View file @
499efb24
...
...
@@ -20,7 +20,7 @@ Changes
weblate
$1
-----------
Relased on ? 201
2
.
Relased on ? 201
3
.
EOT
sed
'1D;2D;3D'
>>
docs/changes.rst <
$tmp
...
...
weblate/__init__.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/admin.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/forms.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/i18n.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/management/commands/createadmin.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/management/commands/setupgroups.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/middleware.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/migrations/0001_initial.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/migrations/0002_subscriptions.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/models.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/accounts/views.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/lang/admin.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/lang/i18n.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/lang/management/commands/setuplang.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/lang/migrations/0001_initial.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/lang/models.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/lang/views.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/settings_example.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/__init__.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/admin.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/admin_views.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/api.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/checks.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/context_processors.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/feeds.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/forms.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/__init__.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/checkgit.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/cleanuptrans.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/commitgit.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/import_project.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/loadpo.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/rebuild_index.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/update_index.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/updatechecks.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/management/commands/updategit.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/managers.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0001_initial.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0002_add_subproject_locking.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0003_add_translation_disabling.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0004_add_new_language_choice.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0005_add_vcs_config_to_project.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0006_add_push_on_commit.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0007_add_language_code.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0008_add_translation_locking.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/migrations/0009_add_set_translation_team.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/models.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/search.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/templatetags/translations.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/tests/test_checks.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/util.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/views.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/trans/widgets.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/urls.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
weblate/wsgi.py
View file @
499efb24
# -*- coding: utf-8 -*-
#
# Copyright © 2012 Michal Čihař <michal@cihar.com>
# Copyright © 2012
- 2013
Michal Čihař <michal@cihar.com>
#
# This file is part of Weblate <http://weblate.org/>
#
...
...
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