Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.0
-
Fix Version/s: 3.3.2
-
Component/s: Internationalisation
-
Labels:None
Description
install/langs.php holds hard-coded language names, as we can't call CRM_Core_I18n_PseudoConstant::languages() during install (because it wants to call the database).
We should generate install/langs.php in GenCode.php.