From 8c72611daaa9ed5a0ddbc6944fb32e788bebcd19 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 12 Nov 2020 18:22:20 -0500 Subject: [PATCH 1/1] example setting --- templates/CRM/common/civicrm.settings.php.template | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index d66a63d632..d4018fcc0e 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -443,6 +443,7 @@ if (!defined('CIVICRM_PSR16_STRICT')) { // define('CIVICRM_LANGUAGE_MAPPING_ES', 'es_MX'); // define('CIVICRM_LANGUAGE_MAPPING_PT', 'pt_BR'); // define('CIVICRM_LANGUAGE_MAPPING_ZH', 'zh_TW'); +// define('CIVICRM_LANGUAGE_MAPPING_NL', 'nl_BE'); /** * Native gettext improves performance of localized CiviCRM installations -- 2.25.1