Changes between Version 4 and Version 5 of synch_lang


Ignore:
Timestamp:
Nov 7, 2013, 8:44:57 AM (10 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • synch_lang

    v4 v5  
    22== Synchronize language files ==
    33
    4 Roberto Giaccio wrote this small application for GeoNetwork that compares all localized files and checks for;
     4Roberto Giaccio wrote this small application for !GeoNetwork that compares all localized files and checks for;
    55
    66- files available in main language but missing in localized directory
     
    1616{{{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}}}
    1717
    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:
     18You 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:
    1919
    2020{{{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}}}