Differences between revisions 13 and 32 (spanning 19 versions)
Revision 13 as of 2009-11-07 00:22:52
Size: 1487
Editor: olazo
Comment: i intend to make some translation
Revision 32 as of 2022-03-31 02:17:38
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Localization of Sage =

== Languages Requested ==

There have been repeated requests to localize Sage into different languages. Below is a list of the requested languages:

 * Spanish: Sean O'Quin, Oscar Lazo
 * [[http://wiki.sagemath.org/i18n/French|| French]]: Alex Ghitza, Bertrand Meyer, Marc Mezzarobba
 * German: Michael Abshoff
 * Russian: Peter Ototsky
 * [[http://wiki.sagemath.org/i18n/Italian|| Italian]]: Cristian Consonni
 * Korean: DanDrake

If your language is missing please add it. In addition if you are willing to help out translating please add your name to the language in question.

== Useful Links ==

This page is about code localization. The translation of the documentation itself is an orthogonal issue that will be discussed elsewhere. The localization of code is commonly referred to as i18n. Below is a list of resources on the web to get started:

 * http://docs.python.org/lib/node742.html
 * http://wiki.laptop.org/go/Python_i18n

== Potential Problems ==

 * cython code
 * potential performance impact

Please add material as appropriate.

== Questions ==

  * Above, you write that this page is about "localization"...but the title is "i18n" and the second link above (the laptop.org one) explains that i18n and l10n are two different things. What exactly is this about? :) Also, what do you mean by "code localization"? (I've never been involved in this sort of stuff, so I don't know many of the terms. --DanDrake