php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #76298 Typo of year example for %g format RU translate
Submitted: 2018-05-03 04:32 UTC Modified: 2018-05-03 04:37 UTC
From: lexa92 at xakep dot ru Assigned:
Status: Closed Package: Translation problem
PHP Version: 7.2.5 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: lexa92 at xakep dot ru
New email:
PHP Version: OS:

 

 [2018-05-03 04:32 UTC] lexa92 at xakep dot ru
Description:
------------
---
From manual page: http://www.php.net/function.strftime
---

http://php.net/manual/ru/function.strftime.php

%G	Полная четырехзначная версия %g	Пример: 2008 для недели 3 января 2009

Исправить на (fix to)
%G	Полная четырехзначная версия %g	Пример: 2009 для недели 3 января 2009

Expected result:
----------------
%G	Полная четырехзначная версия %g	Пример: 2009 для недели 3 января 2009

Actual result:
--------------
%G	Полная четырехзначная версия %g	Пример: 2008 для недели 3 января 2009

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-05-03 04:37 UTC] lexa92 at xakep dot ru
-Status: Open +Status: Closed
 [2018-05-03 04:37 UTC] lexa92 at xakep dot ru
Find a way to fix typo directly on translator editor
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC