_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: *: Create bash script to run CVSTrac in required locale. Example : _uk-cvstrac_ #!/bin/bash LC_ALL=uk_UA.KOI8-U export LC_ALL /usr/local/bin/cvstrac $* *: replace "cvstrac" in your scripts by name of your new script (uk-cvstrac, in my case). 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.