On Fri, 2009-03-06 at 14:48 -0500, David Saint wrote: > If I want to change the source file UserSearch_fr.properties in > sipxconfig_fr.jar how would I go about doing that? > I would like to provide a patch for > http://track.sipfoundry.org/browse/XCF-2550 but I don't see this file in > our standard subversion SIPx main stream directory. > > Dave. >
I don't know where the sources for the language packs are stored. They are not part of the open source code base, as far as I know. The easiest way to change a language pack that you have is to unzip the jar (using any program that can handle .zip files), make the change, then re-create the jar (you can use java's jar command). The next question is who to submit the change to :) Kevin _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
