#54564 closed enhancement (fixed)
Avoid translating several times wp_locale strings
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | I18N | Keywords: | has-patch |
Focuses: | performance | Cc: |
Description
The translation being a rather expensive process, we should avoid to translate the same string several times.
In the class WP_Locale
, week days are translated 3 times each and months are translated 2 times.
Attachments (1)
Change History (6)
#2
@
22 months ago
- Milestone changed from Awaiting Review to 6.0
- Owner set to johnbillion
- Status changed from new to reviewing
This ticket was mentioned in PR #2432 on WordPress/wordpress-develop by johnbillion.
21 months ago
#3
Trac ticket: https://core.trac.wordpress.org/ticket/54564
johnbillion commented on PR #2432:
21 months ago
#5
Note: See
TracTickets for help on using
tickets.
Avoid 26 duplicate translations