php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #69185 [JA] 'back of' and 'front of' are reversely translated
Submitted: 2015-03-04 16:16 UTC Modified: 2016-01-28 22:40 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ryosuke_i_628 at yahoo dot co dot jp Assigned: takagi (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ryosuke_i_628 at yahoo dot co dot jp
New email:
PHP Version: OS:

 

 [2015-03-04 16:16 UTC] ryosuke_i_628 at yahoo dot co dot jp
Description:
------------
Translation bugs in the following document:
http://php.net/manual/ja/datetime.formats.relative.php

Test script:
---------------
Original:

'back of'
-> hour 15 minutes past the specified hour

'front of'
-> hour 15 minutes before the specified hour

Expected result:
----------------
Translated:

'back of'
-> 指定された時の15分後

'front of'
-> 指定された時の15分前

Actual result:
--------------
Translated:

'back of'
-> 指定された時の15分前

'front of'
-> 指定された時の15分後

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-03-04 19:21 UTC] aharvey@php.net
-Summary: 'back of' and 'front of' are reversely translated +Summary: [JA] 'back of' and 'front of' are reversely translated
 [2016-01-28 22:36 UTC] takagi@php.net
Automatic comment from SVN on behalf of takagi
Revision: http://svn.php.net/viewvc/?view=revision&revision=338544
Log: Correct mistranslation

Fix #69185
 [2016-01-28 22:40 UTC] takagi@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: takagi
 [2016-01-28 22:40 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.

I'm sorry to have you kept waiting so long.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 14:01:31 2024 UTC