Ticket #5514 (closed defect: fixed)

Opened 1 year ago

Last modified 9 months ago

Non localized stringswp-admin/includes/template.php

Reported by: RanYanivHartstein Assigned to: ryan
Priority: normal Milestone: 2.5
Component: i18n Version: 2.3.1
Severity: normal Keywords: has-patch tested
Cc:

Description

At line 573, the string "@" for timestamps (Meaning "At", i.e. for e.g. "At 05:00 AM") is not localized, although it is not universal. The string should be gettexted so it can be translated to the relevant usage for every language

I enclosed a patch, tested with 2.3.1

Attachments

template.php.r6475.diff (1.1 kB) - added by RanYanivHartstein on 12/23/07 18:28:17.
Patch to make "@" (in timestamps) localizable

Change History

12/23/07 18:28:17 changed by RanYanivHartstein

  • attachment template.php.r6475.diff added.

Patch to make "@" (in timestamps) localizable

12/23/07 23:06:18 changed by lloydbudd

  • version set to 2.3.1.
  • milestone set to 2.4.

01/06/08 19:21:59 changed by ryan

  • owner changed from anonymous to ryan.

How about:

%1$s%2$s%3$s @ %4$s : %5$s

This way the whole thing can be changed around.

We might be changing to a different date picker for 2.4, however, so I'm going to hold off on this for now.

02/13/08 21:12:58 changed by RanYanivHartstein

That sounds great Ryan

Any news on this for 2.5?

02/18/08 17:48:04 changed by ryan

We still haven't finished off the new date stuff. I'll fix it one way or the other.

02/22/08 23:13:02 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6989]) Allow full localization of edit timestamp fields. fixes #5514