#9428: Internationalize the Sage Notebook
--------------------------------------+-------------------------------------
Reporter: timdumol | Owner: jason, was
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.5.3
Component: notebook | Keywords:
Author: Luiz Aquino, Dan Drake | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------------------+-------------------------------------
Comment(by robert.marik):
Hi, thank you for the patch
1. Installs fine, works as expected
2. sage -t -sagenb passed
3. I was not able to configure selenium tests, got errors like "unable to
start browser". Do I need to run these tests to give a positive review to
this ticket?
4. It seems that the issue "XX <time units> ago" has not been resolved.
The workseet.py still contains
{{{
def _saved_by_info(self, x, username=None):
try:
u = self.__saved_by_info[x]
return ' '+_('ago by %s', username)%u
except (KeyError,AttributeError):
return ' '+_('ago', username)
}}}
and I do not have possibility to put internationalized text on the front
of the number, like
"pred 10 sekundami". But no matter, can be resolved later on a ticket
which adds Czech translation which is also finished.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9428#comment:10>
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.