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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user