french localization plug-ins
Added by Anonymous almost 19 years ago
Legacy ID: #3536926 Legacy Poster: djenandji (djenandji)
Hi, I want to write a french localization plug-ins, but I am new to SourceForge and don't know where to start. Can someone give me a hint? Thanks!
Replies (1)
RE: french localization plug-ins - Added by Anonymous almost 19 years ago
Legacy ID: #3537078 Legacy Poster: Michael Kay (mhkay)
You don't need to know anything about SourceForge to do this. The Saxon source code is included in the distribution in file source.zip. First thing to do is to load that into your IDE and make sure you can compile it and run it from there. You might find it useful to omit packages such as net.sf.saxon.dom, jdom, and xom which have troublesome dependencies. Then make a copy of module net.sf.saxon.number.Numberer_de, renaming it net.sf.saxon.number.Numberer_fr; and go through the methods changing them as appropriate. You can also override other methods of Numberer_en if you wish. Good luck! Michael Kay
Please register to reply