Fix some minor issues and re-enable building of DE, ES, FR, and IT locale data (help and message cats)
Note, there are still some issues with certain programs appearing not to use their localized message catalogs properly, while others work fine. Also, in order to build these now, you need to make sure you have installed the DE, ES, FR, and IT locales before building or you will get failures. On [k]ubuntu, at least, you can install these with the following commands: sudo locale-gen de_DE sudo locale-gen es_ES sudo locale-gen fr_FR sudo locale-gen it_IT
This commit is contained in:
@@ -847,13 +847,27 @@ XCOMM
|
||||
fi
|
||||
|
||||
HASH now load any localized filesets
|
||||
|
||||
if [ "$DEVELOP_ENV" != "yes" ]
|
||||
then
|
||||
if [ "$theLang" != "" ]
|
||||
then
|
||||
DATABASE_FILES="$DATABASE_FILES CDE-$theLang CDE-MSG-$theLang \
|
||||
CDE-HELP-$theLang"
|
||||
else
|
||||
HASH load all current (working) languages
|
||||
DATABASE_FILES="$DATABASE_FILES \
|
||||
CDE-DE \
|
||||
CDE-MSG-DE \
|
||||
CDE-HELP-DE \
|
||||
CDE-ES \
|
||||
CDE-MSG-ES \
|
||||
CDE-HELP-ES \
|
||||
CDE-FR \
|
||||
CDE-MSG-FR \
|
||||
CDE-HELP-FR \
|
||||
CDE-IT \
|
||||
CDE-MSG-IT \
|
||||
CDE-HELP-IT "
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user