1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

Need to lowercase language names like pt_BR

This commit is contained in:
Jim Winstead
2024-11-12 12:09:19 -08:00
parent 3b1cfb1f7c
commit ea3674cfc3

View File

@@ -4,6 +4,7 @@ set -e
cd /local/src/phpdoc
langs=`/usr/bin/php -r 'include "languages.inc"; echo implode( " ", array_keys( $LANGUAGES ) );'`;
langs=$(echo ${langs} | tr 'A-Z' 'a-z')
export SQLITE_DIR=/local/Web/sites/doc.php.net/sqlite