mirror of https://github.com/BOINC/boinc.git
compile_languages is an optional parameter used to recompile the languages in case of an error. This is simply a debug thing and will be removed when the translator has proven to work over a longer period of time.
svn path=/trunk/boinc/; revision=6145
This commit is contained in:
parent
84b8c123e0
commit
66b501a03d
|
@ -344,7 +344,7 @@ function language_log($message, $loglevel=0){
|
|||
|
||||
|
||||
|
||||
if (languagesNeedsRebuild($lang_language_dir, $lang_translations_dir, $lang_prj_translations_dir, $lang_compiled_dir) || get_str("compile_languages")){
|
||||
if (languagesNeedsRebuild($lang_language_dir, $lang_translations_dir, $lang_prj_translations_dir, $lang_compiled_dir) || get_str("compile_languages",true)){
|
||||
buildLanguages($lang_language_dir,$lang_translations_dir,$lang_prj_translations_dir, $lang_compiled_dir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue