Support for additional locales in PHP-FPM (#1976)

This commit is contained in:
Ion Jaureguialzo Sarasola
2019-02-14 14:52:40 +01:00
committed by Shao Yu-Lung (Allen)
parent e0d7229e95
commit 1286b7ef06
4 changed files with 33 additions and 0 deletions

View File

@ -169,6 +169,8 @@ PHP_FPM_INSTALL_IONCUBE=false
PHP_FPM_FAKETIME=-0
PHP_FPM_INSTALL_APCU=false
PHP_FPM_INSTALL_YAML=false
PHP_FPM_INSTALL_ADDITIONAL_LOCALES=false
PHP_FPM_ADDITIONAL_LOCALES="es_ES.UTF-8 fr_FR.UTF-8"
### PHP_WORKER ############################################