#8660: German translation of installation guide
-----------------------------+----------------------------------------------
Reporter: mvngu | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7.1
Component: documentation | Keywords: installation guide, German
Work_issues: | Upstream: N/A
Reviewer: | Author: Bernhard Bloechl, Minh Van
Nguyen
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
I think I see the problem: I was sort of wrong about the patch to
builder.py not being necessary. It's not necessary in the prelease
versions of Sage 4.7.1, but a variant of it is necessary in Sage 4.7. In
particular, you need to apply this part of the patch from #9725:
{{{
#!diff
diff -r 361a4ad7d52c -r aad4d26889c1 doc/common/build_options.py
--- a/doc/common/build_options.py Fri Feb 25 18:56:01 2011 +0000
+++ b/doc/common/build_options.py Wed May 11 20:19:52 2011 +0200
@@ -4,7 +4,7 @@
import os
SAGE_DOC = os.environ['SAGE_DOC']
-LANGUAGES = ['en', 'fr']
+LANGUAGES = ['de', 'en', 'fr']
SPHINXOPTS = ""
PAPER = ""
OMIT = ["introspect"] # docs/dirs to omit when listing and building
'all'
}}}
You can certainly just do this by hand if you want. (Or if you want, you
can apply all of the patches from #9725 in order to build the German
tutorial.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8660#comment:23>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.