1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enable doc-uk build (#1042)

This commit is contained in:
Luffy
2024-07-31 21:35:00 +08:00
committed by GitHub
parent f72ac2d68f
commit 15f35ce99d

View File

@@ -32,7 +32,6 @@ $LANGUAGES = [
$INACTIVE_ONLINE_LANGUAGES = [
'pl' => 'Polish',
'ro' => 'Romanian',
'uk' => 'Ukrainian',
];
$ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES);