Changes between Version 4 and Version 5 of synch_lang
- Timestamp:
- 11/07/13 08:44:57 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
synch_lang
v4 v5 2 2 == Synchronize language files == 3 3 4 Roberto Giaccio wrote this small application for GeoNetwork that compares all localized files and checks for;4 Roberto Giaccio wrote this small application for !GeoNetwork that compares all localized files and checks for; 5 5 6 6 - files available in main language but missing in localized directory … … 16 16 {{{java -cp WEB-INF/lib/geonetwork.jar:WEB-INF/lib/jeeves.jar:WEB-INF/lib/jdom.jar org.fao.geonet.apps.CheckLocalizedFiles loc/ en > output_file.txt}}} 17 17 18 You can also run the application for other folders containing localized files. For instance part of !InterMap or those that come with a metadata schema.Just change the {{{loc/}}} part with a reference to the folder you want to compare. So for instance:18 You can also run the application for other folders containing localized files. Just change the {{{loc/}}} part with a reference to the folder you want to compare. So for instance: 19 19 20 20 {{{java -cp WEB-INF/lib/geonetwork.jar:WEB-INF/lib/jeeves.jar:WEB-INF/lib/jdom.jar org.fao.geonet.apps.CheckLocalizedFiles xml/schemas/iso19139/loc/ en > ~/localization_errors_19139.txt}}}