diff --git a/qsgen2 b/qsgen2 index 8636e32..bd6b8ac 100755 --- a/qsgen2 +++ b/qsgen2 @@ -22,7 +22,6 @@ globaldebug=false fpath=(${HOME}/bin/include/common ${HOME}/.config/qsgen2/lang $fpath) # In this case, let's load the 'include' function autoload include -autoload ${language} # Including some colors to the script include common/colors @@ -122,6 +121,9 @@ if (${globaldebug}); then done fi +# Load language +autoload ${language} + # Define cache files for blogs and pages blog_cache_file="${project_dir}/.blog_cache" pages_cache_file="${project_dir}/.pages_cache"