Revision: 6868
http://languagetool.svn.sourceforge.net/languagetool/?rev=6868&view=rev
Author: dnaber
Date: 2012-05-11 10:29:35 +0000 (Fri, 11 May 2012)
Log Message:
-----------
more small updates and fixes for the developer page
Modified Paths:
--------------
trunk/website/www/development/index.php
Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php 2012-05-11 10:22:26 UTC (rev
6867)
+++ trunk/website/www/development/index.php 2012-05-11 10:29:35 UTC (rev
6868)
@@ -34,12 +34,11 @@
<ol>
<li>Read this page (some features described here are quite advanced, so
you won't need everything)</li>
- <li>Subscribe to the <?=show_link("mailing list",
-
"http://lists.sourceforge.net/lists/listinfo/languagetool-devel", 0)?></li>
<li>Start writing rules for the error you'd like LanguageTool to
detect</li>
- <li><?=show_link("See the wiki", "http://languagetool.wikidot.com/", 0)?>
for
- more tips and tricks</li>
- <li>Post your rules to the mailing list so we can include them in
LanguageTool</li>
+ <li>See <?=show_link("our wiki", "http://languagetool.wikidot.com/",
0)?> for more tips and tricks</li>
+ <li>Post your rules to our <?=show_link("mailing list",
+ "http://lists.sourceforge.net/lists/listinfo/languagetool-devel", 0)?>
+ so we can include them in LanguageTool</li>
</ol>
<h3><a name="checkout">Source code Checkout (Java developers only)</a></h3>
@@ -314,7 +313,7 @@
Adding a new language requires some changes to the Java source files. You
should check out
the "JLanguageTool" module from subversion (see <a href="#checkout">above</a>
or the <a
href="http://sourceforge.net/scm/?type=svn&group_id=110216">sourceforge
help</a>). You may then call <tt><a href="http://ant.apache.org/">ant</a></tt>
to
-build LanguageTool (this is optional, it's okay to work only inside Eclipse).
Ant should compile
+build LanguageTool. Ant should compile
a file named like <tt>LanguageTool-1.x.y-dev.oxt</tt> in the <tt>dist</tt>
directory.
<ul>
@@ -353,12 +352,9 @@
<li>Adapt <tt>build.xml</tt>. Just search for "/en/"
in that file and copy those lines, adapting them to your language.</li>
-<li>Add a two-letter code of your language to
<tt>MessageBundle.properties</tt>.</li>
+<li>Add the two-letter code of your language to <tt>i18n_update.sh</tt> and
create a translation on
+<?=show_link("Transifex",
"https://www.transifex.net/projects/p/languagetool/", 0) ?>.</li>
-<li>Copy <tt>MessagesBundle.properties</tt> to
<tt>MessagesBundle_xx.properties</tt>,
-whereas <tt>xx</tt> is the code of your new language and translate all values
(i.e. the strings
-on the right of the "=" sign).</li>
-
</ul>
<h3><a name="background">Background information</a></h3>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs