Page History

Turn Off History

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:

       #!/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.

Attachments: