php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #47788 Wrong translation in MessageFormatter examples
Submitted: 2009-03-26 13:33 UTC Modified: 2009-04-06 19:28 UTC
From: j dot jeising at gmail dot com Assigned: wiesemann (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: -
Private report: No CVE-ID: None
 [2009-03-26 13:33 UTC] j dot jeising at gmail dot com
Description:
------------
All examples for MessageFormatter functions contain a wrong german 
translation. That's not a problem of the translation of the 
documentation.

Reproduce code:
---------------
http://docs.php.net/manual/en/class.messageformatter.php

Expected result:
----------------
{0,number,integer} Affen ?ber {1,number,integer} B?ume um {2,number} 
Affen pro Baum

Actual result:
--------------
{0,number,integer} Affen auf {1,number,integer} B?umen macht {2,number} 
Affen pro Baum

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-26 13:53 UTC] kalle@php.net
Re-classified
 [2009-04-06 19:28 UTC] wiesemann@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 28 02:01:31 2024 UTC