_Localization_of_CVSTrac_ All the text generated by CVSTrac is American English. But dates can be displayed in the local language and format. To show dates in the local language, do this: *: 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.