@@ -, +, @@ Ubuntu 14.04) our default setup using C4::Templates->new doesn't work properly for all file types. - On clean master, install a translation like: cd misc/translator ; perl translate install fr-FR - Go to sysprefs, opac - Apply the patch, reload --- admin/preferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/preferences.pl +++ a/admin/preferences.pl @@ -54,7 +54,7 @@ sub GetTab { local_currency => $local_currency, # currency code is used, because we do not know how a given currency is formatted. ); - return YAML::Syck::Load( $tab_template->output() ); + return YAML::Syck::LoadFile( $tab_template->{filename} ); } sub _get_chunk { --