Author: 沈唁 (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2022-11-17T06:24:31+08:00

Commit: 
https://github.com/php/web-php/commit/bf863a18928aa830abd8d029ad45f914384f82a3
Raw diff: 
https://github.com/php/web-php/commit/bf863a18928aa830abd8d029ad45f914384f82a3.diff

Use French instead of Hungarian (#721)

No more Hungarian language in the documentation

Changed paths:
  M  urlhowto.php


Diff:

diff --git a/urlhowto.php b/urlhowto.php
index 5a9773647..8a97dce09 100644
--- a/urlhowto.php
+++ b/urlhowto.php
@@ -132,8 +132,8 @@ function a($href): void {
  always override this setting by explicitly providing
  the language you want to get to. You can embed the language
  in the URL before the manual search term.
- <kbd><?php echo $MYSITE; ?>hu/sort</kbd> will bring up
- the Hungarian manual page for sort() for example.
+ <kbd><?php echo $MYSITE; ?>fr/sort</kbd> will bring up
+ the French manual page for sort() for example.
 </p>
 
 <h2>Search shortcuts</h2>

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to