Author: Jim Winstead (jimwins) Committer: GitHub (web-flow) Pusher: sy-records Date: 2024-10-25T07:56:10+08:00
Commit: https://github.com/php/web-php/commit/5cd64efb035faa54bf4e78589b9ed746b71be6a8 Raw diff: https://github.com/php/web-php/commit/5cd64efb035faa54bf4e78589b9ed746b71be6a8.diff Clarify how inactive languages are handled (#1104) Changed paths: M include/languages.inc Diff: diff --git a/include/languages.inc b/include/languages.inc index 4cc7710d82..e197263716 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -26,8 +26,8 @@ $LANGUAGES = [ - Be selectable via my.php - Accept redirections to the translation, despite ACCEPT_LANGUAGE - Be listed at php.net/docs or php.net/download-docs - However, these languages are available on the doc dev server: - - http://docs.php.net/ + However, translation status for these languages is available at: + - https://doc.php.net/ */ $INACTIVE_ONLINE_LANGUAGES = [ 'pl' => 'Polish',