Ignore:
Timestamp:
2019-04-09T09:56:33+12:00 (5 years ago)
Author:
kjdon
Message:

custom interface strings in a colleciton now live in interface_custom.properties (in colleciton's resources folder) rather than <collname>.properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/XSLTUtil.java

    r32653 r32995  
    444444
    445445            CustomClassLoader class_loader = new CustomClassLoader(XSLTUtil.class.getClassLoader(), GSFile.collectionResourceDir(GSFile.siteHome(GlobalProperties.getGSDL3Home(), site_name), collection));
    446             Dictionary dict = new Dictionary(collection, lang, class_loader);
     446            Dictionary dict = new Dictionary("interface_custom", lang, class_loader);
    447447            String result = dict.get(key, args);
    448448            if (result != null)
Note: See TracChangeset for help on using the changeset viewer.