Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here's a useful Perl script that finds all of the dictionary keys in the JSPs and the `Messages.properties` file, and prints out keys that are used in the JSPs but aren't in the dictionary, and vice versa. find-unused-keys.pl|^find-unused-keys.pl|||||||||||||||\ Note: slightly out of date, can't detect message keys used in e.g. LocaleSupport.getLocalizedMessage() You'll need to change the variables at the top of the file to point to your DSpace source dir.

...

In case these may be useful to someone, here is the original set of patches that enable I18N support developed at the High Performance Information Systems Laboratory (HPCLab), University of Patras. Please keep in mind that these patches have been tested and work only with DSpace 1.2 version.

  • multi_patch.txt|^multiMulti_patch.txt||||||||||||||\ This is the patch for JSP files, that has been included with 1.3a
  •  Multi_patch_src.txt  This is the patch for source code, that enables more I18N features
  • Tld_diff.txt  This is the patch for the dspace-tags.tld, needed for multilingual item viewing
  • Messages_properties.mht  Original University of Patras Messages.properties (en)
  • Months_en.java  List resource bundle to be included under dspace src directory
  • README.txt  A very basic readme