Changeset 26547 for main/trunk


Ignore:
Timestamp:
2012-12-04T16:38:48+13:00 (11 years ago)
Author:
ak19
Message:

Reducing the list of GS3 interface files to be translated to the ones Kathy deemed important. Need to still create modules for GS3 so that the list of auxiliary GS3 interface files will be treated as a separate translation module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/gti.pl

    r26544 r26547  
    9797];
    9898
    99 my @gs3_interface_files = ("AbstractBrowse", "AbstractGS2FieldSearch", "AbstractSearch", "Authentication", "CrossCollectionSearch", "GATEServices", "GS2Construct", "GS2LuceneSearch",  "interface_basic", "interface_basic2", "interface_default", "interface_default2", "interface_nzdl", "IViaSearch", "LuceneSearch", "MapRetrieve", "MapSearch", "metadata_names", "PhindPhraseBrowse", "QBRWebServicesHelp", "SharedSoleneGS2FieldSearch", "Visualizer");
    100 # i18n (,log4j)?
    101 
     99my @gs3_interface_files = ("AbstractBrowse", "AbstractGS2FieldSearch", "AbstractSearch", "Authentication", "CrossCollectionSearch", "GS2Construct", "GS2LuceneSearch", "interface_default", "interface_default2", "IViaSearch", "LuceneSearch", "MapRetrieve", "MapSearch", "metadata_names", "PhindPhraseBrowse", "SharedSoleneGS2FieldSearch");
     100
     101# Auxilliary GS3 interface files. This list is not used at present
     102# Combine with above list if generating translation spreadsheet for all interface files
     103my @gs3_aux_interface_files = ("GATEServices", "interface_basic", "interface_basic2", "interface_nzdl", "interface_gs2", "QBRWebServicesHelp", "Visualizer");
     104
     105# Not: i18n, log4j
    102106
    103107sub main
Note: See TracChangeset for help on using the changeset viewer.