Edgewall Software

Changes between Version 160 and Version 161 of 0.12/TracFaq


Ignore:
Timestamp:
May 5, 2005, 5:57:49 AM (19 years ago)
Author:
Trix
Comment:

Documented FreeBSD command to list installed locales. (locale -a)

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v160 v161  
    163163**When it does not work**
    164164
    165 First, you should check, if the chosen locale is installed on the system at all. On Linux, you can use
     165First, you should check, if the chosen locale is installed on the system at all.
     166
     167On Linux, you can use
    166168
    167169::
     
    169171  localedef --list-archive
    170172
     173
     174or
     175
     176On FreeBSD you can use
     177
     178::
     179
     180  locale -a
    171181
    172182to list the installed locale definitions.
     
    290300After installing diffutils, you will need to add the path to the diff executable to the Windows PATH environment variable and reboot the machine.
    291301
     302
    292303Diffutils for windows: http://gnuwin32.sourceforge.net/packages/diffutils.htm
    293304