_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). _PS._ Native english speakers - please, verify this text.