php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48222 [JA] A problem in Japanese PHP reference manual, "continue" statement.
Submitted: 2009-05-10 14:48 UTC Modified: 2009-05-10 20:21 UTC
From: sekiguchi328 at yahoo dot co dot jp Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2009-05-10 14:48 UTC] sekiguchi328 at yahoo dot co dot jp
Description:
------------
Japanese translation of the page for "continue" statement in PHP reference manual, available on http://jp.php.net/manual/ja/control-structures.continue.php contains a translation problem.  A sentense in the NOTE in English version reads: "Note that in PHP the switch statement is considered a looping structure for the purposes of continue."  This sentense indirectly states the famous PHP feature that a "continue" statement in a "switch" statement terminates the "switch" statement itself but a "while/do/for/foreach" statments that surrounds the "switch" statment.  The corresponding Japanese translation currently reads "PHP ?ł́A switch  ???߂̓??[?v?\???ɂ????? continue  ?̖ړI???l?????Â??????Ă??邱?Ƃɗ??ӂ??Ă????????B" (Note that the PHP switch statment is designed under consideration of the purpose of the continue statements in a looping control structures.)  It doesn't make any sense.  I guess the translator somehow misunderstood the phrase "is considered" as "is designed under consideration of", or something.

Reproduce code:
---------------
Access to http://jp.php.net/manual/ja/control-structures.continue.php

Expected result:
----------------
The proposed correction is something like: PHP?ł́Acontinue???̓????Ɋւ??Ă?switch???????[?v?\???Ƃ݂Ȃ??????A?Ƃ????_?ɒ??ӂ??Ă????????B 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-10 20:21 UTC] takagi@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

http://news.php.net/php.doc.ja/2473
 [2020-12-30 11:59 UTC] nikic@php.net
Automatic comment on behalf of takagi
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=7601e4e39af8e95ec13e46f5010073195d5af67f
Log: fixed Bug #48222.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 23:01:33 2024 UTC