You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Nicolás Lichtmaier <ni...@reloco.com.ar> on 2004/03/30 03:04:56 UTC

I'm working in the I18n thing

My "svn" is starting to talk in Spanish. Here is an incomplete patch, 
I'm still working on it.

http://www.reloco.com.ar/svn/

Bye!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: I'm working in the I18n thing

Posted by Ben Reser <be...@reser.org>.
On Tue, Mar 30, 2004 at 12:04:56AM -0300, Nicol?s_Lichtmaier wrote:
> My "svn" is starting to talk in Spanish. Here is an incomplete patch, 
> I'm still working on it.
> 
> http://www.reloco.com.ar/svn/

Please post patches on the list following the information in the HACKING
guidelines.  Some of us read the list offline and it's inconvienent to
need net access to see your patch.  Plus websites disappear...

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: I'm working in the I18n thing

Posted by Ben Reser <be...@reser.org>.
On Mon, Mar 29, 2004 at 09:14:09PM -0600, Ben Collins-Sussman wrote:
> Localization of text messages is actually important to the Chicago 
> developers too;  we'd like to work with you on this if possible.  I'd 
> just like to see some more discussion about on the list about this, 
> rather than a humongous patch.
> 
> For example:
> 
> * is it definitely safe to use gettext?  it looks like that is what your 
> patch is doing.  My impression from the other thread is that libintl 
> (the runtime library) is LGPL, which is fine, while the compile-time 
> tools are GPL, which is also fine.  Does everyone agree about this?  Is 
> there no controversy?  Is the research "closed" on this?

I think it's safe to use gettext from the licensing perspective based on
the text in the other thread.  The compile-time tools being GPL isn't a
problem.  This is really no different than gcc (tools are GPL, libs are
LGPL). 

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: I'm working in the I18n thing

Posted by Ben Collins-Sussman <su...@collab.net>.
Nicolás Lichtmaier wrote:

> My "svn" is starting to talk in Spanish. Here is an incomplete patch, 
> I'm still working on it.
> 
> http://www.reloco.com.ar/svn/

Interesting... maybe it would be useful if you wrote a log message, so 
it's easier for other developers to see what you're doing.

Localization of text messages is actually important to the Chicago 
developers too;  we'd like to work with you on this if possible.  I'd 
just like to see some more discussion about on the list about this, 
rather than a humongous patch.

For example:

* is it definitely safe to use gettext?  it looks like that is what your 
patch is doing.  My impression from the other thread is that libintl 
(the runtime library) is LGPL, which is fine, while the compile-time 
tools are GPL, which is also fine.  Does everyone agree about this?  Is 
there no controversy?  Is the research "closed" on this?

* is there a specific strategy or plan of attack for gettext-izing our 
code?

Talk to us... let us know what you're doing.  It might even make sense 
to start a branch for this work, if it needs to be done over many 
commits.  It would certainly make it easier for many people to 
participate and watch the changes happen.  :-)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org