X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FI18n%2FPseudoConstant.php;h=6c4576b3ba3ea294964b7b08a568262ebfeb3451;hb=4a857b55aa93910463dad24efcdf76035b50a517;hp=5d1c8793d7d5e4b158415f253c4e1d3c04cd206c;hpb=0240b5dc2afe12386c94e311733cb5c67846a31e;p=civicrm-core.git diff --git a/CRM/Core/I18n/PseudoConstant.php b/CRM/Core/I18n/PseudoConstant.php index 5d1c8793d7..6c4576b3ba 100644 --- a/CRM/Core/I18n/PseudoConstant.php +++ b/CRM/Core/I18n/PseudoConstant.php @@ -47,6 +47,7 @@ class CRM_Core_I18n_PseudoConstant { $longForShortMapping['fr'] = defined("CIVICRM_LANGUAGE_MAPPING_FR") ? CIVICRM_LANGUAGE_MAPPING_FR : 'fr_FR'; $longForShortMapping['pt'] = defined("CIVICRM_LANGUAGE_MAPPING_PT") ? CIVICRM_LANGUAGE_MAPPING_PT : 'pt_PT'; $longForShortMapping['es'] = defined("CIVICRM_LANGUAGE_MAPPING_ES") ? CIVICRM_LANGUAGE_MAPPING_ES : 'es_ES'; + $longForShortMapping['nl'] = defined("CIVICRM_LANGUAGE_MAPPING_NL") ? CIVICRM_LANGUAGE_MAPPING_NL : 'nl_NL'; } return $longForShortMapping; }