|
From: PeterPan <pan...@gm...> - 2009-03-25 01:06:59
|
Hello, i'm a China user of jedit. and i want to make a Simple-Chinese Version of Jedit, now ,i download the trunk of source from svn, i want to do like that, whether i just modify this trunk and commit? or something i must know first? 2009-03-25 PeterPan |
|
From: Alan E. <ala...@gm...> - 2009-03-25 05:42:45
|
I know someone else made a german version by just publishing a properties file that contained german strings in place of the english ones. I'm sure you can get very close to a "chinese version" without making any changes to java code. Chances are, when you are done, you'll want to make it available first to the community via a posting to the community site or something. At the moment, we don't have a place to put alternate language property files in the svn trunk of core. I suppose if we started getting contributions of this sort, we might want to address that issue. 2009/3/24 PeterPan <pan...@gm...> > Hello, > i'm a China user of jedit. and i want to make a Simple-Chinese Version of > Jedit, > now ,i download the trunk of source from svn, i want to do like that, > whether i just modify this trunk and commit? > or something i must know first? > 2009-03-25 > ------------------------------ > PeterPan > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > > |
|
From: Robert S. <Ro...@Sc...> - 2009-03-26 21:27:20
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt><br>
Yes, the property file that lets become jEdit a "German version" can be
downloaded from the <a href="cid:par...@Sc..."
moz-do-not-send="true">Community site</a>.<br>
<br>
Almost all text strings that are shown by the GUI are not hard coded in
the sources but rather read from property files. Jedit core reads them
from jedit_gui.props. Most plugins use a file named
<PluginName>.props. I took all the lines representing GUI labels
together in one file and have replaced the English strings by Germans -
Thats all ;-)<br>
<br>
I would think, the easiest way for You was to take my deutsch.props
file and replace the German strings by Chinese ones. Assuming that You
better understand English than German You'd have to search the original
property files for the English string...<br>
<br>
Good luck!<br>
Robert<br>
<br>
<br>
<br>
Alan Ezust wrote:</tt>
<blockquote
cite="mid:f37...@ma..."
type="cite"><tt>I know someone else made a german version by just
publishing a properties file that contained german strings in place of
the english ones. I'm sure you can get very close to a "chinese
version" without making any changes to java code.<br>
<br>
Chances are, when you are done, you'll want to make it available first
to the community via a posting to the community site or something. <br>
<br>
At the moment, we don't have a place to put alternate language property
files in the svn trunk of core. I suppose if we started getting
contributions of this sort, we might want to address that issue.<br>
<br>
<br>
</tt>
<div class="gmail_quote"><tt>2009/3/24 PeterPan <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:pan...@gm...">pan...@gm...</a>></span><br>
</tt>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="margin: 10px; font-family: verdana; font-size: 10pt;">
<div><tt><font size="2">Hello,</font></tt></div>
<div><tt><font size="2">i'm a China user of jedit. and i want to
make a Simple-Chinese Version of Jedit,</font></tt></div>
<div><tt>now ,i download the trunk of source from svn, i want to do
like that, whether i just modify this trunk and commit? </tt></div>
<div><tt>or something i must know first? </tt></div>
<div align="left"><tt><font color="#c0c0c0" size="2">2009-03-25 </font></tt></div>
<tt><font size="2">
<hr style="width: 122px; height: 2px;" align="left" size="2">
<div><font color="#c0c0c0" size="2"><span>PeterPan</span> </font></div>
</font></tt></div>
</blockquote>
</div>
</blockquote>
<tt><br>
</tt>
<br>
</body>
</html>
|