Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Script for locating all the files that need to be translated

To whom may concerned,

I have written a little script:
http://svn.geotools.org/udig/trunk/scripts/bundle_translation_files.sh

that will search through the code base and find all the files that need to be translated. So all the messages.properties and plugin.properties files. They will be bundled together in a .zip file. The script takes 1 parameter, the directory to start the search from. for example the trunk/plugins directory.

Jesse


Back to the top