Difference between revisions of "FreeBSD"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
to overwrite the erroneous vlc.mo file. | to overwrite the erroneous vlc.mo file. | ||
+ | |||
+ | - [http://mexinetica.com/~lanjoe9/bloginetica lanjoe9] |
Revision as of 15:52, 9 November 2005
VLC compiles correctly from ports, but the spanish interface (I don't know about the rest) gets sort of screwed up.
I got a spanish vlc.mo file from a previous installation that works correctly with the "20051102 Janus Snapshot". I will check the other languages and place more links if necessary.
To use the vlc.mo file provided here, you need to download it and then (as root), move it to the following location:
"/usr/X11R6/share/locale/{Your Language abbreviation here}/LC_MESSAGES/vlc.mo"
So in the case of the spanish locale file, I would use the following command
mv /downloads/vlc.mo /usr/X11R6/share/locale/es/LC_MESSAGES/vlc.mo
to overwrite the erroneous vlc.mo file.
- lanjoe9