Opened 8 years ago
Last modified 8 years ago
#46278 new enhancement
Consider internationalization of delimiter: human_readable_duration
| Reported by: | tmatsuur | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | I18N | Version: | 5.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
I have a request for the human_readable_duration function added in version 5.1.
Please make it possible to change the delimiter of concatenation by language.
return implode( _x( ', ', 'duration' ), $human_readable_duration );
Attachments (1)
Change History (4)
#1
follow-up:
↓ 2
@
8 years ago
- Component General → I18N
- Keywords has-patch added
@tmatsuur attached patch as per your suggestion.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch.