Changed the default for LOCDIR in Makefile and Make.config.template to "./locale"

This commit is contained in:
Klaus Schmidinger
2007-08-24 13:30:07 +02:00
parent 840821fc00
commit 98bdd0cfea
4 changed files with 10 additions and 5 deletions

View File

@@ -5393,3 +5393,6 @@ Video Disk Recorder Revision History
- Fixed some compiler warnings with gcc-4.2.0 (thanks to Matthias Schwarzott).
- Fixed setting the locale file name in i18n-to-gettext.pl (thanks to Matthias
Schwarzott).
- Changed the default for LOCDIR in Makefile and Make.config.template to
"./locale", so that internationalization works by default when running VDR
from within its source directory (suggested by Anssi Hannula).