From manual page: https://php.net/class.ziparchive
Description
When browsing the PHP manual in Japanese, clicking any link within the page redirects to the English version (/manual/en/...) instead of staying on the Japanese version (/manual/ja/...).
Even though the Japanese translation for the linked page exists and can be viewed by manually switching the language back to Japanese, the language preference is not being maintained across page transitions.
Steps to Reproduce
- Open any PHP manual page in Japanese (e.g.,
https://www.php.net/manual/ja/class.ziparchive.php).
- Click any link to a method or function within that page.
- The browser navigates to the English version of the page (
/manual/en/...).
Expected Behavior
The manual should maintain the selected language (Japanese) and navigate to the /manual/ja/... URL when a link is clicked.
From manual page: https://php.net/class.ziparchive
Description
When browsing the PHP manual in Japanese, clicking any link within the page redirects to the English version (
/manual/en/...) instead of staying on the Japanese version (/manual/ja/...).Even though the Japanese translation for the linked page exists and can be viewed by manually switching the language back to Japanese, the language preference is not being maintained across page transitions.
Steps to Reproduce
https://www.php.net/manual/ja/class.ziparchive.php)./manual/en/...).Expected Behavior
The manual should maintain the selected language (Japanese) and navigate to the
/manual/ja/...URL when a link is clicked.