Add en_US.UTF-8 to the default list of extra locales

Feel free to decline this, but I thought maybe adding US English to the default list of extra locales may be beneficial?
This commit is contained in:
Zack Craig 2019-08-02 09:02:52 -04:00 committed by GitHub
parent 8254c34647
commit c4a99cce57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ PHP_FPM_INSTALL_MYSQL_CLIENT=false
PHP_FPM_INSTALL_PING=false
PHP_FPM_INSTALL_SSHPASS=false
PHP_FPM_FFMPEG=false
PHP_FPM_ADDITIONAL_LOCALES="es_ES.UTF-8 fr_FR.UTF-8"
PHP_FPM_ADDITIONAL_LOCALES="en_US.UTF-8 es_ES.UTF-8 fr_FR.UTF-8"
### PHP_WORKER ############################################