File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ website:
50
50
(cd docs && $( MAKE) html SPHINXOPTS=" -c sphinx/web" BUILDDIR=" website/es" LANGUAGE=" es" )
51
51
52
52
installwebsite : website
53
- (cd docs/website/en/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
54
- (cd docs/website/es/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
53
+ (cd docs/website/en && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
54
+ (cd docs/website/es && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/es/)
55
55
56
56
# Register the new version on pypi
57
57
.PHONY : register
Original file line number Diff line number Diff line change 2
2
Release History
3
3
===============
4
4
5
+ Dev
6
+
7
+ - Added `Spanish translation for the documentation
8
+ <http://www.doughellmann.com/docs/virtualenvwrapper/es/> `__ via
9
+ Manuel Kaufmann's fork at
10
+ http://bitbucket.org/humitos/virtualenvwrapper-es-translation/
11
+
5
12
2.1
6
13
7
14
- Add support for ksh. Thanks to Doug Latornell for doing the
Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ Rich Leland has created a short `screencast
198
198
<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/> `__
199
199
showing off the features of virtualenvwrapper.
200
200
201
+ Manuel Kaufmann has `translated this documentation into Spanish
202
+ <http://www.doughellmann.com/docs/virtualenvwrapper/es/> `__.
203
+
201
204
=======
202
205
License
203
206
=======
You can’t perform that action at this time.
0 commit comments