Author: Luffy (sy-records) Committer: GitHub (web-flow) Pusher: sy-records Date: 2024-07-31T21:35:00+08:00
Commit: https://github.com/php/web-php/commit/15f35ce99d3558b9961505fe30ad16bbb4ffd18c Raw diff: https://github.com/php/web-php/commit/15f35ce99d3558b9961505fe30ad16bbb4ffd18c.diff Enable doc-uk build (#1042) Changed paths: M include/languages.inc Diff: diff --git a/include/languages.inc b/include/languages.inc index b94f25b5c5..4cc7710d82 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -32,7 +32,6 @@ $LANGUAGES = [ $INACTIVE_ONLINE_LANGUAGES = [ 'pl' => 'Polish', 'ro' => 'Romanian', - 'uk' => 'Ukrainian', ]; $ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES);