From b96e4b5d8a4ec56ecbd25f06a551bfca2e5624af Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Sun, 10 Feb 2013 23:54:05 +0100 Subject: [PATCH] added option to set LANG for scripts --- config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.sh b/config.sh index b84c01833..ba74b6e49 100644 --- a/config.sh +++ b/config.sh @@ -255,6 +255,11 @@ export KEVIN_COMP="false" ############################################################ +#set your LANG to which ever you like, only effects these scripts +export LANG="en_US.UTF-8" + +############################################################ + #By using this script you understand that the programmer is not responsible for any loss of data, users, or sanity. #You also agree that you were smart enough to make a backup of your database and files. Do you agree? yes/no export AGREED="no"