Updated with locale settings

This commit is contained in:
Bill Zimmerman
2018-05-27 10:45:34 +02:00
committed by GitHub
parent d8f4f15db8
commit 164fd733b9

View File

@@ -26,4 +26,8 @@ define('RASPI_TORPROXY_ENABLED', false );
define('RASPI_CONFAUTH_ENABLED', true ); define('RASPI_CONFAUTH_ENABLED', true );
define('RASPI_CHANGETHEME_ENABLED', true ); define('RASPI_CHANGETHEME_ENABLED', true );
// Locale settings
define('LOCALE_ROOT', 'locale');
define('LOCALE_DOMAIN', 'messages');
?> ?>