I may be wrong but as far as I can tell we're not source controlling most of the language packs, except for - German (de) - Italian (it) - Polish (pl) These are stored in subversion under main/sipXconfig/web/context/WEB-INF.
Perhaps we should create a new language directory "main/lang" (similar to "main/lib") and store all the language files there, for example: main/lang/de/WEB-INF/common/ScheduleWorkingHours_de.properties (instead of main/sipXconfig/web/context/WEB-INF/common/ScheduleWorkingHours_de.prope rties) Then when you want to create the language jar file for German you can: > cd main/lang/de > jar cvf ~/sipxconfig_de.jar * I think it would make the regular "main/sipXconfig/web/context/WEB-INF" directory confusing (and harder to grep) if all the language files were stored there. Dave. > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Thorley, Kevin (SEC:9D30) > Sent: Friday, March 06, 2009 11:25 PM > To: [email protected] > Subject: Re: [sipX-dev] Language packs for 3.11.11 > > > 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 > _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
