Localization_of_CVSTrac

At this moment, localized version of CVSTrac allow see and enter dates in local date format and enter name of Wiki page in local language.

If you want run CVSTrac in different locale:

  #!/bin/bash
  LC_ALL=uk_UA.KOI8-U
  export LC_ALL
  /usr/local/bin/cvstrac $*

If you wan run localized CVSTrac in chroot-ed environment, use "strace -e file cvstrac 2>logfile ..." to find all files required by cvstrac binary.

PS.

Native english speakers - please, verify this text.