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
33ed1da4
Commit
33ed1da4
authored
Apr 28, 2016
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
93e4af3b
88120b7f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
MANIFEST.in
MANIFEST.in
+1
-0
ci/run-setup
ci/run-setup
+1
-1
docs/changes.rst
docs/changes.rst
+1
-1
setup.py
setup.py
+2
-0
No files found.
MANIFEST.in
View file @
33ed1da4
...
...
@@ -12,6 +12,7 @@ recursive-include weblate/static *
recursive-include weblate/html *.txt
recursive-include weblate/html *.html
recursive-include weblate/html *.svg
recursive-include weblate/locale *.pot
recursive-include weblate/locale *.po
recursive-include weblate/locale *.mo
recursive-include docs *.rst
...
...
ci/run-setup
View file @
33ed1da4
...
...
@@ -19,5 +19,5 @@ check
INSTALLED_DIR
=
`
find
$INSTALL_DIR
-name
'*-packages'
-type
d
`
BIN_DIR
=
`
find
$INSTALL_DIR
-name
'bin'
-type
d
`
diff
-ruN
p
weblate/html
$INSTALLED_DIR
/weblate/html
diff
-ruN
qp
-x
'*.swp'
-x
'*.pyc'
weblate
$INSTALLED_DIR
/weblate
check
docs/changes.rst
View file @
33ed1da4
...
...
@@ -4,7 +4,7 @@ Changes
weblate 2.6
-----------
Released on
?
2016.
Released on
Apr 28th
2016.
* Fixed validation of subprojects with language filter.
* Improved support for XLIFF files.
...
...
setup.py
View file @
33ed1da4
...
...
@@ -36,6 +36,8 @@ setup(
version
=
'2.6'
,
packages
=
[
'weblate'
,
'weblate.api'
,
'weblate.api.migrations'
,
'weblate.accounts'
,
'weblate.accounts.management'
,
'weblate.accounts.management.commands'
,
...
...
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